diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-07 19:59:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-07 19:59:11 +0800 |
commit | dbb392e3f3953c6ce821755ad14bc857840f899c (patch) | |
tree | f2fc91e6497ba29ef599cced40337f5b7e9ca368 /test.lua | |
parent | 8ed72a93bc27d86b4a4b5e5f87e279d8644a39a3 (diff) | |
download | lua-language-server-dbb392e3f3953c6ce821755ad14bc857840f899c.zip |
full support for interface
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,8 +56,8 @@ local function testAll() test 'references' test 'hover' test 'completion' - test 'crossfile' test 'diagnostics' + test 'crossfile' test 'highlight' test 'rename' test 'signature' |