mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
Add text.reference and text.environment
This commit is contained in:
parent
0556edf5f3
commit
712cc78a1e
6 changed files with 66 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue