mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(agda): tree-sitter compatibility with agda2-mode
Tree-sitter-lang recognized agda-mode, but not agda2-mode.
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
:definition #'agda2-goto-definition-keyboard)
|
||||
|
||||
(when (modulep! +tree-sitter)
|
||||
(set-tree-sitter-lang! 'agda2-mode 'agda)
|
||||
(add-hook! '(agda-mode-local-vars-hook
|
||||
agda2-mode-local-vars-hook)
|
||||
:append #'tree-sitter!))
|
||||
|
Reference in New Issue
Block a user