latex: add TSMath that behaves like vimtex math highlighting

This commit is contained in:
Stephan Seitz 2021-03-28 01:42:47 +01:00 committed by Stephan Seitz
parent ea8c3b2850
commit 0556edf5f3
4 changed files with 35 additions and 7 deletions

View file

@ -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"