; Minor grammar fix in treesit manual.
This commit is contained in:
parent
ab44c8a6f9
commit
b42ccb2e5c
1 changed files with 1 additions and 1 deletions
|
@ -4154,7 +4154,7 @@ Other keywords are optional:
|
||||||
@end multitable
|
@end multitable
|
||||||
|
|
||||||
Lisp programs mark patterns in @var{query} with capture names (names
|
Lisp programs mark patterns in @var{query} with capture names (names
|
||||||
that starts with @code{@@}), and tree-sitter will return matched nodes
|
that start with @code{@@}), and tree-sitter will return matched nodes
|
||||||
tagged with those same capture names. For the purpose of
|
tagged with those same capture names. For the purpose of
|
||||||
fontification, capture names in @var{query} should be face names like
|
fontification, capture names in @var{query} should be face names like
|
||||||
@code{font-lock-keyword-face}. The captured node will be fontified
|
@code{font-lock-keyword-face}. The captured node will be fontified
|
||||||
|
|
Loading…
Add table
Reference in a new issue