summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorEmmanuel Thompson <eet6646@gmail.com>2022-05-18 10:28:11 -0400
committerEmmanuel Thompson <eet6646@gmail.com>2022-05-18 10:28:11 -0400
commit849920d532c749b5ff73b196426f525130c4f1fa (patch)
treec09aba6403e1624cdf811065cc761e7badce9416 /make
parent4dc82883460e58eca4fcd662e5ae4c5936bbe8bd (diff)
downloadlua-language-server-849920d532c749b5ff73b196426f525130c4f1fa.zip
include files required to compile
Diffstat (limited to 'make')
-rw-r--r--make/code_format.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/code_format.lua b/make/code_format.lua
index e4fe09ed..6cf5cfd7 100644
--- a/make/code_format.lua
+++ b/make/code_format.lua
@@ -21,6 +21,8 @@ lm:source_set 'code_format' {
"Util/src/Utf8.cpp",
--CodeService
"CodeService/src/*.cpp",
+ "CodeService/src/Spell/*.cpp",
+ "Util/src/SymSpell/*.cpp",
"CodeService/src/FormatElement/*.cpp",
"CodeService/src/NameStyle/*.cpp"
},