diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:55:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:55:41 +0800 |
commit | c63b2e404d8d2bb984afe3678a5ba2b2836380cc (patch) | |
tree | a70661effacc7a29caa8d49583673ac4be2faaf5 /script/constant/DiagnosticSeverity.lua | |
parent | 85c5a4210e4447422cd5677369ae740ed65725a0 (diff) | |
download | lua-language-server-c63b2e404d8d2bb984afe3678a5ba2b2836380cc.zip |
remove the old version
Diffstat (limited to 'script/constant/DiagnosticSeverity.lua')
-rw-r--r-- | script/constant/DiagnosticSeverity.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/script/constant/DiagnosticSeverity.lua b/script/constant/DiagnosticSeverity.lua deleted file mode 100644 index 05bd3659..00000000 --- a/script/constant/DiagnosticSeverity.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - Error = 1, - Warning = 2, - Information = 3, - Hint = 4, -} |