Skip to content
Snippets Groups Projects
Commit 8b0434de authored by 最萌小汐's avatar 最萌小汐
Browse files

update semantic tokens

parent ed59c26e
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ return { ...@@ -35,6 +35,7 @@ return {
['keyword.declaration'] = {'keyword.local.lua'}, ['keyword.declaration'] = {'keyword.local.lua'},
['keyword.readonly'] = {'constant.language.lua'}, ['keyword.readonly'] = {'constant.language.lua'},
['keyword.async'] = {'entity.name.tag.lua'}, ['keyword.async'] = {'entity.name.tag.lua'},
['keyword.documentation'] = {'storage.type.annotation.lua'},
['operator'] = {'keyword.operator.lua'}, ['operator'] = {'keyword.operator.lua'},
['number'] = {'constant.numeric.float.lua'}, ['number'] = {'constant.numeric.float.lua'},
['number.static'] = {'constant.numeric.integer.lua'}, ['number.static'] = {'constant.numeric.integer.lua'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment