mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40: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
|
|
@ -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*
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue