diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-18 16:27:08 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-18 16:27:08 +0800 |
commit | e652c6d395d68ab07f6aef6b4ea988342b76b410 (patch) | |
tree | a3efdfeaf1f620bf56fc3e3988efa348cddef405 /script/config.lua | |
parent | 068c105b3347f37da940e61bcd7daa7e3d7d5a03 (diff) | |
download | lua-language-server-e652c6d395d68ab07f6aef6b4ea988342b76b410.zip |
close #387 source coding supports `ansi`
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index 5b45691e..a4c6e303 100644 --- a/script/config.lua +++ b/script/config.lua @@ -106,6 +106,7 @@ local ConfigTemplate = { unicodeName = {false, Boolean}, nonstandardSymbol = {{}, Str2Hash ';'}, plugin = {'.vscode/lua/plugin.lua', String}, + sourceCoding = {'utf8', String}, }, diagnostics = { enable = {true, Boolean}, |