summaryrefslogtreecommitdiff
path: root/test/highlight
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-07 03:34:53 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-07 03:34:53 +0800
commitafaf9114d2ea37b1567b6e09ab018ae594f88e08 (patch)
tree5f8926da709b91a86f9d857e36641f72aaface20 /test/highlight
parentd45984a61c94447c7c55ff5efffa9209c0b98d7c (diff)
downloadlua-language-server-afaf9114d2ea37b1567b6e09ab018ae594f88e08.zip
update
Diffstat (limited to 'test/highlight')
-rw-r--r--test/highlight/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/highlight/init.lua b/test/highlight/init.lua
index 8e07c5f0..0cca79f1 100644
--- a/test/highlight/init.lua
+++ b/test/highlight/init.lua
@@ -1,3 +1,4 @@
+---@diagnostic disable: await-in-sync
local core = require 'core.highlight'
local files = require 'files'
local catch = require 'catch'