mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -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
|
|
@ -167,7 +167,10 @@ Mainly for markup languages.
|
|||
@text.title
|
||||
@text.literal
|
||||
@text.uri
|
||||
@text.math (e.g. for LaTeX math enviroments)
|
||||
@text.math (e.g. for LaTeX math environments)
|
||||
@text.environment (e.g. for text environments of markup languages)
|
||||
@text.environment.name (e.g. for the name/the string indicating the type of text environment)
|
||||
@text.reference (for footnotes, text references, citations)
|
||||
|
||||
@text.note
|
||||
@text.warning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue