mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
fix typo: Enviroment -> Environment
This commit is contained in:
parent
89b1254cde
commit
8adb2e0352
3 changed files with 8 additions and 8 deletions
|
|
@ -88,8 +88,8 @@ 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.environment"] = "TSEnvironment"
|
||||
hlmap["text.environment.name"] = "TSEnvironmentName"
|
||||
|
||||
hlmap["text.note"] = "TSNote"
|
||||
hlmap["text.warning"] = "TSWarning"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue