summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorAnotherTest <ali.mpfard@gmail.com>2021-03-02 09:40:10 +0330
committerAndreas Kling <kling@serenityos.org>2021-03-04 11:21:43 +0100
commite59a6315111cdbe6d44e285ffc38e9e823d058ee (patch)
tree34a93ea3d51ee918f7e0b23eda464fb5ea74f0d2 /AK
parent0d17cf121ccd8522a21c54623e9a8994ed6c1ab2 (diff)
downloadserenity-e59a6315111cdbe6d44e285ffc38e9e823d058ee.zip
HackStudio/LanguageServers: Move some components out of Cpp
This makes them available for use by other language servers. Also as a bonus, update the Shell language server to discover some symbols and add go-to-definition functionality :^)
Diffstat (limited to 'AK')
-rw-r--r--AK/Debug.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in
index 96e92889f2..e243588fd7 100644
--- a/AK/Debug.h.in
+++ b/AK/Debug.h.in
@@ -238,6 +238,10 @@
#cmakedefine01 KEYBOARD_SHORTCUTS_DEBUG
#endif
+#ifndef LANGUAGE_SERVER_DEBUG
+#cmakedefine01 LANGUAGE_SERVER_DEBUG
+#endif
+
#ifndef LEXER_DEBUG
#cmakedefine01 LEXER_DEBUG
#endif