summaryrefslogtreecommitdiff
path: root/make/modules.cpp
diff options
context:
space:
mode:
authorCppCXY <812125110@qq.com>2021-10-28 19:28:25 +0800
committerCppCXY <812125110@qq.com>2021-10-28 19:28:25 +0800
commit47ec2b92bba5eafe248bf65956d0651d7030b302 (patch)
tree5a609eb656d5e4fc0d92e3fbfeaa4425b4124919 /make/modules.cpp
parent661b3802681bc68308fbb32937914845ff999532 (diff)
downloadlua-language-server-47ec2b92bba5eafe248bf65956d0651d7030b302.zip
集成code_format
Diffstat (limited to 'make/modules.cpp')
-rw-r--r--make/modules.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/modules.cpp b/make/modules.cpp
index f72fc058..46e99032 100644
--- a/make/modules.cpp
+++ b/make/modules.cpp
@@ -2,3 +2,6 @@
extern "C" int luaopen_lpeglabel (lua_State *L);
static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel);
+
+extern "C" int luaopen_code_format(lua_State *L);
+static ::bee::lua::callfunc _init_code_format(::bee::lua::register_module, "code_format", luaopen_code_format); \ No newline at end of file