Skip to content

Commit 8b0434d

Browse files
committed
update semantic tokens
1 parent ed59c26 commit 8b0434d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/semanticTokenScope.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ return {
3535
['keyword.declaration'] = {'keyword.local.lua'},
3636
['keyword.readonly'] = {'constant.language.lua'},
3737
['keyword.async'] = {'entity.name.tag.lua'},
38+
['keyword.documentation'] = {'storage.type.annotation.lua'},
3839
['operator'] = {'keyword.operator.lua'},
3940
['number'] = {'constant.numeric.float.lua'},
4041
['number.static'] = {'constant.numeric.integer.lua'},

0 commit comments

Comments
 (0)