feat(gdscript): add treesit support

This commit is contained in:
Henrik Lissner
2025-09-24 20:56:19 -04:00
parent f782b0d021
commit 97854432ce
2 changed files with 15 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ engine, to Doom Emacs, powered by [[https://github.com/GDQuest/emacs-gdscript-mo
- +lsp ::
Enable LSP support for ~gdscript-mode~. Requires [[doom-module::tools lsp]] and a langserver
(Godot ~3.2.1~ or newer).
- +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text
editing. Requires Emacs 29.1+ and [[doom-module::tools tree-sitter]].
** Packages
- [[doom-package:gdscript-mode]]