mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -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
|
||||
|
||||
(hyperlink) @string.special.url @nospell
|
||||
|
||||
; General environments
|
||||
(begin
|
||||
command: _ @module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue