diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-02-07 20:15:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-02-07 20:15:19 +0800 |
commit | 8243a4c5904202b0e44bac111cbc1175fcd26e8f (patch) | |
tree | 7f489a3f941488578278bc76cabbba8ec2802d92 /make | |
parent | be33769c27a26119ad909fad0a0975b2f89c775c (diff) | |
download | lua-language-server-8243a4c5904202b0e44bac111cbc1175fcd26e8f.zip |
update make
Diffstat (limited to 'make')
-rw-r--r-- | make/code_format.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/code_format.lua b/make/code_format.lua index bf619a54..4d0764db 100644 --- a/make/code_format.lua +++ b/make/code_format.lua @@ -14,13 +14,13 @@ lm:source_set 'code_format' { -- codeFormatLib "CodeFormatLib/src/*.cpp", -- LuaParser - "LuaParser/src/**.cpp", + "LuaParser/src/**/*.cpp", -- Util "Util/src/StringUtil.cpp", "Util/src/Utf8.cpp", "Util/src/SymSpell/*.cpp", --CodeService - "CodeService/src/**.cpp", + "CodeService/src/**/*.cpp", }, windows = { flags = "/utf-8", |