Add text.reference and text.environment

This commit is contained in:
Stephan Seitz 2021-03-28 21:06:53 +02:00 committed by Stephan Seitz
parent 0556edf5f3
commit 712cc78a1e
6 changed files with 66 additions and 13 deletions

View file

@ -85,6 +85,9 @@ hlmap["text.title"] = "TSTitle"
hlmap["text.literal"] = "TSLiteral"
hlmap["text.uri"] = "TSURI"
hlmap["text.math"] = "TSMath"
hlmap["text.reference"] = "TSTextReference"
hlmap["text.environment"] = "TSEnviroment"
hlmap["text.environment.name"] = "TSEnviromentName"
hlmap["text.note"] = "TSNote"
hlmap["text.warning"] = "TSWarning"