mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
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 :^)
This commit is contained in:
parent
0d17cf121c
commit
e59a631511
20 changed files with 400 additions and 318 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue