diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-08 17:16:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-08 17:16:22 +0800 |
commit | a73b2d1ab864642d70c3676769e1faf1369daad8 (patch) | |
tree | d67781673c77c68ff912bdefaad30c06ed1bbbde /script/config/template.lua | |
parent | e96350421a66ac8490fa61336dcacd67413dd2e8 (diff) | |
download | lua-language-server-a73b2d1ab864642d70c3676769e1faf1369daad8.zip |
build config
Diffstat (limited to 'script/config/template.lua')
-rw-r--r-- | script/config/template.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config/template.lua b/script/config/template.lua index c37a6262..4be798ef 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -14,6 +14,7 @@ end function mt:__shr(default) self.default = default + self.hasDefault = true return self end |