refactor(ess): remove tree-sitter support

No *-ts-mode exists for ess-r-mode (or any other ess mode, afaik). The
ess module will fall back to font-lock rules so this is not a breaking
changing.
This commit is contained in:
Henrik Lissner
2025-08-27 17:23:44 +02:00
parent bf85767975
commit 6ca155ea11
2 changed files with 0 additions and 6 deletions

View File

@@ -13,9 +13,6 @@ SAS, Julia and Stata.
** Module flags
- +stan ::
Enable support for ~stan-mode~, including code completion and syntax checking.
- +tree-sitter ::
Leverages tree-sitter for better syntax highlighting and structural text
editing. Currently only supports ~ess-r-mode~. Requires [[doom-module::tools tree-sitter]].
** Packages
- [[doom-package:ess]]

View File

@@ -24,9 +24,6 @@
(when (modulep! +lsp)
(add-hook 'ess-r-mode-local-vars-hook #'lsp! 'append))
(when (modulep! +tree-sitter)
(add-hook 'ess-r-mode-local-vars-hook #'tree-sitter! 'append))
(set-repl-handler! 'ess-r-mode #'run-ess-r)
(set-repl-handler! 'ess-julia-mode #'run-ess-julia)
(set-lookup-handlers! '(ess-r-mode ess-julia-mode)