summaryrefslogtreecommitdiff
path: root/script/provider/semantic-tokens.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-15 20:59:40 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-15 20:59:40 +0800
commit48cd25965a936f24d1466e720db125e9d2a177e5 (patch)
tree0de4632015ee87a276fc1b9f843209e3eba7d4a6 /script/provider/semantic-tokens.lua
parentbfb7d2eb7b846888d34a24810eaf6943d618b233 (diff)
downloadlua-language-server-48cd25965a936f24d1466e720db125e9d2a177e5.zip
fix #601
Diffstat (limited to 'script/provider/semantic-tokens.lua')
-rw-r--r--script/provider/semantic-tokens.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/provider/semantic-tokens.lua b/script/provider/semantic-tokens.lua
index 567f80e2..4f2d8177 100644
--- a/script/provider/semantic-tokens.lua
+++ b/script/provider/semantic-tokens.lua
@@ -69,7 +69,7 @@ local function enable()
key = 'editor.semanticHighlighting.enabled',
action = 'set',
value = true,
- isGlobal = true,
+ global = true,
}
}
end