diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-09-18 20:08:40 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-09-18 20:08:40 +0800 |
commit | 4be6c0b2a1c50152d63434792a5c0615beb40a8b (patch) | |
tree | 46a0eeb619465e8c555b2905374fa222353f1ed5 /test-beta/highlight | |
parent | 9a64c553de80531c9ef8c53a84754ec35fccff91 (diff) | |
download | lua-language-server-4be6c0b2a1c50152d63434792a5c0615beb40a8b.zip |
修正highlight的一些问题
Diffstat (limited to 'test-beta/highlight')
-rw-r--r-- | test-beta/highlight/init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-beta/highlight/init.lua b/test-beta/highlight/init.lua index 0b916fd1..fe0fcd7a 100644 --- a/test-beta/highlight/init.lua +++ b/test-beta/highlight/init.lua @@ -68,6 +68,11 @@ a = t.<!a!> ]] TEST [[ +<!a!> = <!a!> +<!a!> = <!a!> +]] + +TEST [[ t = { [<!"a"!>] = 1, <!a!> = 1, |