mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
feat(latex): capture & as @punctuation.delimiter
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
This commit is contained in:
parent
667b9dbbfa
commit
625e7e58d0
2 changed files with 2 additions and 3 deletions
|
|
@ -31,8 +31,7 @@
|
|||
|
||||
"\\item" @punctuation.special
|
||||
|
||||
((word) @punctuation.delimiter
|
||||
(#eq? @punctuation.delimiter "&"))
|
||||
(delimiter) @punctuation.delimiter
|
||||
|
||||
[
|
||||
"["
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue