We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabcdeb commit 27fa5f6Copy full SHA for 27fa5f6
package/semanticTokenScope.lua
@@ -51,6 +51,7 @@ return {
51
["class.declaration"] = {"support.class.lua"},
52
["type"] = {"support.type.lua"},
53
["type.modification"] = {"storage.type.generic.lua"},
54
+ ["type.readonly"] = {"storage.type.self.lua"},
55
["macro"] = {"variable.lua"},
56
["event.static"] = {"support.class.lua"},
57
}
0 commit comments