; * lisp/progmodes/js.el (js--treesit-sexp-nodes): Fix docstring.
This commit is contained in:
parent
aa6cb41661
commit
8c15515b62
1 changed files with 1 additions and 1 deletions
|
@ -3854,7 +3854,7 @@ See `treesit-thing-settings' for more information.")
|
|||
"pair"
|
||||
"jsx")
|
||||
"Nodes that designate sexps in JavaScript.
|
||||
See `treesit-sexp-type-regexp' for more information.")
|
||||
See `treesit-thing-settings' for more information.")
|
||||
|
||||
;;;###autoload
|
||||
(define-derived-mode js-ts-mode js-base-mode "JavaScript"
|
||||
|
|
Loading…
Add table
Reference in a new issue