diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-06 23:21:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-06 23:21:28 +0800 |
commit | 27dcfa8d1463936d0b2514cd82eebe1910ab3bb7 (patch) | |
tree | e0420120917c4938e6198e965e0dc146fc9e3835 /script/proto/diagnostic.lua | |
parent | 5ec199aa6c9119cac7a4e53694eaa7f9273bc58a (diff) | |
download | lua-language-server-27dcfa8d1463936d0b2514cd82eebe1910ab3bb7.zip |
completion and diags for operator
Diffstat (limited to 'script/proto/diagnostic.lua')
-rw-r--r-- | script/proto/diagnostic.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/proto/diagnostic.lua b/script/proto/diagnostic.lua index e5f74ef5..d8312dfe 100644 --- a/script/proto/diagnostic.lua +++ b/script/proto/diagnostic.lua @@ -93,6 +93,7 @@ m.register { 'unknown-diag-code', 'unknown-cast-variable', 'cast-type-mismatch', + 'unknown-operator', } { group = 'luadoc', severity = 'Warning', |