Added x86 assembly syntax highlighting (Closes SpartanJ/ecode#75).

Added PICO8 syntax highlighting.
Added PSQL syntax highlighting.
Added Haskell linter, formatter and LSP support.
Improved JSON syntax definition to CPP.
Cleaning up SyntaxDefinitionManager.
This commit is contained in:
Martín Lucas Golini
2023-03-09 02:14:14 -03:00
parent 7c1edee00d
commit c6200f4b53
19 changed files with 4169 additions and 1341 deletions

View File

@@ -90,6 +90,7 @@ CODE_SRCS := \
ui/*.cpp \
ui/css/*.cpp \
ui/doc/*.cpp \
ui/doc/languages/*.cpp \
ui/abstract/*.cpp \
ui/models/*.cpp \
ui/tools/*.cpp