summaryrefslogtreecommitdiff
path: root/script/core
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-01-04 16:07:26 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-01-04 16:07:26 +0800
commitdb575065af7c0fab76f6d3d7964ae84244757c91 (patch)
tree0ea2d4bd275b4ea6396f845c56acbee700cf52bd /script/core
parent2d37173ea1b669867d89faae61e6e3bb63d72692 (diff)
downloadlua-language-server-db575065af7c0fab76f6d3d7964ae84244757c91.zip
fix #885
Diffstat (limited to 'script/core')
-rw-r--r--script/core/highlight.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/highlight.lua b/script/core/highlight.lua
index 02f3c07f..bbfd1504 100644
--- a/script/core/highlight.lua
+++ b/script/core/highlight.lua
@@ -348,7 +348,7 @@ return function (uri, offset)
results[#results+1] = {
start = start,
finish = finish,
- kind = define.DocumentHighlightKind.Write
+ kind = define.DocumentHighlightKind.Text
}
end)