mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
feat(latex): operator highlights for _ and ^
This commit is contained in:
parent
f72d9169f2
commit
c62874656e
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@
|
||||||
[
|
[
|
||||||
(operator)
|
(operator)
|
||||||
"="
|
"="
|
||||||
|
"_"
|
||||||
|
"^"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
"\\item" @punctuation.special
|
"\\item" @punctuation.special
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue