mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat(latex): highlight hyperlinks
This commit is contained in:
parent
9581d86f97
commit
55d5772a6c
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
||||||
"}"
|
"}"
|
||||||
] @punctuation.bracket ; "(" ")" has no syntactical meaning in LaTeX
|
] @punctuation.bracket ; "(" ")" has no syntactical meaning in LaTeX
|
||||||
|
|
||||||
|
(hyperlink) @string.special.url @nospell
|
||||||
|
|
||||||
; General environments
|
; General environments
|
||||||
(begin
|
(begin
|
||||||
command: _ @module
|
command: _ @module
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue