mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
latex: add TSMath that behaves like vimtex math highlighting
This commit is contained in:
parent
ea8c3b2850
commit
0556edf5f3
4 changed files with 35 additions and 7 deletions
|
|
@ -76,6 +76,7 @@ highlight default TSStrong term=bold cterm=bold gui=bold
|
|||
highlight default TSEmphasis term=italic cterm=italic gui=italic
|
||||
highlight default TSUnderline term=underline cterm=underline gui=underline
|
||||
highlight default TSStrike term=strikethrough cterm=strikethrough gui=strikethrough
|
||||
highlight default link TSMath Special
|
||||
highlight default link TSTitle Title
|
||||
highlight default link TSLiteral String
|
||||
highlight default link TSURI Underlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue