mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
(text_mode
|
||||
"\\text" @function)
|
||||
[
|
||||
"\\text"
|
||||
"\\intertext"
|
||||
"\\shortintertext"
|
||||
] @function)
|
||||
|
||||
(caption
|
||||
command: _ @function)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue