mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -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
|
|
@ -84,6 +84,7 @@ hlmap["text.strike"] = "TSStrike"
|
|||
hlmap["text.title"] = "TSTitle"
|
||||
hlmap["text.literal"] = "TSLiteral"
|
||||
hlmap["text.uri"] = "TSURI"
|
||||
hlmap["text.math"] = "TSMath"
|
||||
|
||||
hlmap["text.note"] = "TSNote"
|
||||
hlmap["text.warning"] = "TSWarning"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue