mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix tree-sitter typos
* doc/lispref/parsing.texi (Tree-sitter major modes): * lisp/progmodes/java-ts-mode.el: * test/src/treesit-tests.el (treesit-defun-navigation-nested-4): Fix typo.
This commit is contained in:
parent
248c13dcfe
commit
eedc9d79ae
3 changed files with 2 additions and 3 deletions
|
|
@ -310,7 +310,7 @@ Return nil if there is no name or if NODE is not a defun node."
|
|||
;; Imenu.
|
||||
(setq-local treesit-simple-imenu-settings
|
||||
'(("Class" "\\`class_declaration\\'" nil nil)
|
||||
("Interface "\\`interface_declaration\\'" nil nil)
|
||||
("Interface" "\\`interface_declaration\\'" nil nil)
|
||||
("Enum" "\\`record_declaration\\'" nil nil)
|
||||
("Method" "\\`method_declaration\\'" nil nil)))
|
||||
(treesit-major-mode-setup))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue