mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat(latex): more text func highlights
This commit is contained in:
parent
47d013d025
commit
eb1914bb10
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
||||||
(command_name) @function
|
(command_name) @function
|
||||||
|
|
||||||
(text_mode
|
(text_mode
|
||||||
"\\text" @function)
|
[
|
||||||
|
"\\text"
|
||||||
|
"\\intertext"
|
||||||
|
"\\shortintertext"
|
||||||
|
] @function)
|
||||||
|
|
||||||
(caption
|
(caption
|
||||||
command: _ @function)
|
command: _ @function)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue