fix typo: Enviroment -> Environment

This commit is contained in:
kmarius 2021-06-21 23:08:32 +02:00 committed by Stephan Seitz
parent 89b1254cde
commit 8adb2e0352
3 changed files with 8 additions and 8 deletions

View file

@ -633,12 +633,12 @@ For LaTex-like math environments.
`TSTextReference` `TSTextReference`
For footnotes, text references, citations. For footnotes, text references, citations.
*hl-TSEnviroment* *hl-TSEnvironment*
`TSEnviroment` `TSEnvironment`
For text environments of markup languages. For text environments of markup languages.
*hl-TSEnviromentName* *hl-TSEnvironmentName*
`TSEnviromentName` `TSEnvironmentName`
For the name/the string indicating the type of text environment. For the name/the string indicating the type of text environment.
*hl-TSNote* *hl-TSNote*

View file

@ -88,8 +88,8 @@ hlmap["text.literal"] = "TSLiteral"
hlmap["text.uri"] = "TSURI" hlmap["text.uri"] = "TSURI"
hlmap["text.math"] = "TSMath" hlmap["text.math"] = "TSMath"
hlmap["text.reference"] = "TSTextReference" hlmap["text.reference"] = "TSTextReference"
hlmap["text.environment"] = "TSEnviroment" hlmap["text.environment"] = "TSEnvironment"
hlmap["text.environment.name"] = "TSEnviromentName" hlmap["text.environment.name"] = "TSEnvironmentName"
hlmap["text.note"] = "TSNote" hlmap["text.note"] = "TSNote"
hlmap["text.warning"] = "TSWarning" hlmap["text.warning"] = "TSWarning"

View file

@ -78,8 +78,8 @@ highlight default TSUnderline term=underline cterm=underline gui=underline
highlight default TSStrike term=strikethrough cterm=strikethrough gui=strikethrough highlight default TSStrike term=strikethrough cterm=strikethrough gui=strikethrough
highlight default link TSMath Special highlight default link TSMath Special
highlight default link TSTextReference Constant highlight default link TSTextReference Constant
highlight default link TSEnviroment Macro highlight default link TSEnvironment Macro
highlight default link TSEnviromentName Type highlight default link TSEnvironmentName Type
highlight default link TSTitle Title highlight default link TSTitle Title
highlight default link TSLiteral String highlight default link TSLiteral String
highlight default link TSURI Underlined highlight default link TSURI Underlined