Skip to content

Commit 27fa5f6

Browse files
committed
update semantic token
1 parent cabcdeb commit 27fa5f6

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
@@ -51,6 +51,7 @@ return {
5151
["class.declaration"] = {"support.class.lua"},
5252
["type"] = {"support.type.lua"},
5353
["type.modification"] = {"storage.type.generic.lua"},
54+
["type.readonly"] = {"storage.type.self.lua"},
5455
["macro"] = {"variable.lua"},
5556
["event.static"] = {"support.class.lua"},
5657
}

0 commit comments

Comments
 (0)