diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-05 17:56:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-05 17:56:43 +0800 |
commit | 671c7089a1697ee8f6fc108a9568b0509e1aa933 (patch) | |
tree | 809901984a607c12d2f023011d53ab54d9845f51 /script/config/template.lua | |
parent | 3853d4d8a9a2478c3afa4126a97bcbc65208a8cc (diff) | |
download | lua-language-server-671c7089a1697ee8f6fc108a9568b0509e1aa933.zip |
#1254 more non-standard symbols
Diffstat (limited to 'script/config/template.lua')
-rw-r--r-- | script/config/template.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script/config/template.lua b/script/config/template.lua index 3d5bad3d..2f5ff005 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -209,7 +209,8 @@ local template = { ['Lua.runtime.nonstandardSymbol'] = Type.Array(Type.String << { '//', '/**/', '`', - '+=', '-=', '*=', '/=', + '+=', '-=', '*=', '/=', '%=', '^=', '//=', + '|=', '&=', '<<=', '>>=', '||', '&&', '!', '!=', 'continue', }), |