diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-02 15:02:00 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-02 15:02:00 +0800 |
commit | dd972c9071f9dd61550c1ce15cc3f9a6a2b08634 (patch) | |
tree | 1e4a4d5f3871a997d831b9732f3168b547b51481 /meta/3rd/busted | |
parent | 98c4293062d0e2ef0e7a80179fd27ea586094bcf (diff) | |
download | lua-language-server-dd972c9071f9dd61550c1ce15cc3f9a6a2b08634.zip |
remove too common keywords in `busted`
Diffstat (limited to 'meta/3rd/busted')
-rw-r--r-- | meta/3rd/busted/config.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/3rd/busted/config.lua b/meta/3rd/busted/config.lua index 9a0b09f3..b8254783 100644 --- a/meta/3rd/busted/config.lua +++ b/meta/3rd/busted/config.lua @@ -1,8 +1,3 @@ -files = { - ".*_spec%.lua", - ".*_test%.lua", -} - configs = { { key = "Lua.workspace.library", |