summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorCppCXY <812125110@qq.com>2023-06-13 20:13:49 +0800
committerCppCXY <812125110@qq.com>2023-06-13 20:13:49 +0800
commitc4a331486da301fdcac3014e6fe6b5a15c2a5090 (patch)
tree0c70fdd2e30dbdb3219c3f8dd954f2dab1fe91bb /make
parent26f08440286efae6185ef8e84ece99fd06ccd850 (diff)
downloadlua-language-server-c4a331486da301fdcac3014e6fe6b5a15c2a5090.zip
update format 1.2.0
Diffstat (limited to 'make')
-rw-r--r--make/code_format.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/make/code_format.lua b/make/code_format.lua
index c36a6b4f..f884c9af 100644
--- a/make/code_format.lua
+++ b/make/code_format.lua
@@ -6,7 +6,9 @@ lm.cxx = 'c++17'
lm:source_set 'code_format' {
rootdir = '../3rd/EmmyLuaCodeStyle',
includes = {
- "include",
+ "Util/include",
+ "CodeFormatCore/include",
+ "LuaParser/include",
"../bee.lua/3rd/lua",
"3rd/wildcards/include"
},
@@ -21,7 +23,7 @@ lm:source_set 'code_format' {
"Util/src/SymSpell/*.cpp",
"Util/src/InfoTree/*.cpp",
--CodeService
- "CodeService/src/**/*.cpp",
+ "CodeFormatCore/src/**/*.cpp",
},
windows = {
flags = "/utf-8",