diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-25 03:27:13 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-25 03:27:13 +0800 |
commit | 91068747651bdd30a3ca436e25a39ec09fba0545 (patch) | |
tree | 88955bfbe8931632721c76db2cc6718bb5c61d5b /script/proto | |
parent | d6bf75a27de064e2d05659faf8526fc51dd0384e (diff) | |
download | lua-language-server-91068747651bdd30a3ca436e25a39ec09fba0545.zip |
make doc with description of groups
Diffstat (limited to 'script/proto')
-rw-r--r-- | script/proto/diagnostic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/proto/diagnostic.lua b/script/proto/diagnostic.lua index d8bac443..59f33693 100644 --- a/script/proto/diagnostic.lua +++ b/script/proto/diagnostic.lua @@ -135,7 +135,7 @@ m.register { m.register { 'no-unknown', } { - group = 'no-unknown', + group = 'strong', severity = 'Warning', status = 'None', } |