; * doc/lispref/parsing.texi (Tree-sitter major modes): Fix @cindex.
This commit is contained in:
parent
d62b634d8f
commit
dda011c78d
1 changed files with 3 additions and 3 deletions
|
@ -1717,17 +1717,17 @@ This function activates some tree-sitter features for a major mode.
|
||||||
|
|
||||||
Currently, it sets up the following features:
|
Currently, it sets up the following features:
|
||||||
@itemize
|
@itemize
|
||||||
@cindex treesit-font-lock-settings
|
@vindex treesit-font-lock-settings
|
||||||
@item
|
@item
|
||||||
If @code{treesit-font-lock-settings} is non-@code{nil}, it sets up
|
If @code{treesit-font-lock-settings} is non-@code{nil}, it sets up
|
||||||
fontification.
|
fontification.
|
||||||
|
|
||||||
@cindex treesit-simple-indent-rules
|
@vindex treesit-simple-indent-rules
|
||||||
@item
|
@item
|
||||||
If @code{treesit-simple-indent-rules} is non-@code{nil}, it sets up
|
If @code{treesit-simple-indent-rules} is non-@code{nil}, it sets up
|
||||||
indentation.
|
indentation.
|
||||||
|
|
||||||
@cindex treesit-defun-type-regexp
|
@vindex treesit-defun-type-regexp
|
||||||
@item
|
@item
|
||||||
If @code{treesit-defun-type-regexp} is non-@code{nil}, it sets up
|
If @code{treesit-defun-type-regexp} is non-@code{nil}, it sets up
|
||||||
navigation functions for @code{beginning-of-defun} and
|
navigation functions for @code{beginning-of-defun} and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue