Skip to content

Commit 4f04a44

Browse files
committed
update
1 parent 66efb39 commit 4f04a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/core/semantic-tokens.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ local Care = util.switch()
132132
start = source.start,
133133
finish = source.finish,
134134
type = define.TokenTypes.variable,
135-
modifieres = define.TokenModifiers.abstract,
135+
modifieres = define.TokenModifiers.definition,
136136
}
137137
return
138138
end
@@ -292,7 +292,7 @@ local Care = util.switch()
292292
results[#results+1] = {
293293
start = source.start,
294294
finish = source.finish,
295-
type = define.TokenTypes.variable,
295+
type = define.TokenTypes.keyword,
296296
modifieres = define.TokenModifiers.readonly,
297297
}
298298
end)

0 commit comments

Comments
 (0)