mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix typo: Enviroment -> Environment
This commit is contained in:
parent
89b1254cde
commit
8adb2e0352
3 changed files with 8 additions and 8 deletions
|
|
@ -633,12 +633,12 @@ For LaTex-like math environments.
|
|||
`TSTextReference`
|
||||
For footnotes, text references, citations.
|
||||
|
||||
*hl-TSEnviroment*
|
||||
`TSEnviroment`
|
||||
*hl-TSEnvironment*
|
||||
`TSEnvironment`
|
||||
For text environments of markup languages.
|
||||
|
||||
*hl-TSEnviromentName*
|
||||
`TSEnviromentName`
|
||||
*hl-TSEnvironmentName*
|
||||
`TSEnvironmentName`
|
||||
For the name/the string indicating the type of text environment.
|
||||
|
||||
*hl-TSNote*
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -78,8 +78,8 @@ highlight default TSUnderline term=underline cterm=underline gui=underline
|
|||
highlight default TSStrike term=strikethrough cterm=strikethrough gui=strikethrough
|
||||
highlight default link TSMath Special
|
||||
highlight default link TSTextReference Constant
|
||||
highlight default link TSEnviroment Macro
|
||||
highlight default link TSEnviromentName Type
|
||||
highlight default link TSEnvironment Macro
|
||||
highlight default link TSEnvironmentName Type
|
||||
highlight default link TSTitle Title
|
||||
highlight default link TSLiteral String
|
||||
highlight default link TSURI Underlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue