diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-24 15:14:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 15:14:22 +0800 |
commit | daf1780795bb57fbe80e98a6989a5875f20f8bdc (patch) | |
tree | 1e8b6018f8e82614eed9af1c95655831481a61f7 | |
parent | 58d02c962d56de255afa613d87c985bb4abcf246 (diff) | |
parent | cf6668ed02aaf7fcd18a312593bed54cd7faaf40 (diff) | |
download | lua-language-server-daf1780795bb57fbe80e98a6989a5875f20f8bdc.zip |
Merge pull request #1491 from CppCXY/master
type format 在键入换行时补全表项的逗号
m--------- | 3rd/EmmyLuaCodeStyle | 0 | ||||
-rw-r--r-- | script/config/template.lua | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle -Subproject 763d15e0160aca5535f3c3b938b2230cbaea4c9 +Subproject ec0311bf65ce5655607437a76c98f1edc131908 diff --git a/script/config/template.lua b/script/config/template.lua index 14c341e1..09ba61ea 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -375,7 +375,8 @@ local template = { ['Lua.typeFormat.config'] = Type.Hash(Type.String, Type.String) >> { format_line = "true", - auto_complete_end = "true" + auto_complete_end = "true", + auto_complete_table_sep = "true" }, ['Lua.spell.dict'] = Type.Array(Type.String), ['Lua.telemetry.enable'] = Type.Or(Type.Boolean >> false, Type.Nil) >> nil, |