summaryrefslogtreecommitdiff
path: root/server-beta/test/highlight/init.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-11-16 01:39:01 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-11-16 01:39:01 +0800
commitf2c235601da54117b803e084d94bbf88ba53b891 (patch)
tree53a5da83000c2f862357fe2b137dea335821cb45 /server-beta/test/highlight/init.lua
parent333a10fd656b48a063092127c610348d861c2f74 (diff)
downloadlua-language-server-f2c235601da54117b803e084d94bbf88ba53b891.zip
实现高亮
Diffstat (limited to 'server-beta/test/highlight/init.lua')
-rw-r--r--server-beta/test/highlight/init.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/server-beta/test/highlight/init.lua b/server-beta/test/highlight/init.lua
index ebde9204..6298fc2e 100644
--- a/server-beta/test/highlight/init.lua
+++ b/server-beta/test/highlight/init.lua
@@ -86,3 +86,7 @@ local function f(<!a!>)
return <?a?>
end
]]
+
+TEST [[
+local s = <?'asd/gadasd.fad.zxczg'?>
+]]