mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
vimdoc: add note, warning, deprecated (#5817)
This commit is contained in:
parent
c153019e11
commit
d2d3df8613
2 changed files with 7 additions and 1 deletions
|
|
@ -23,3 +23,9 @@
|
|||
(argument) @parameter
|
||||
(keycode) @string.special
|
||||
(url) @text.uri
|
||||
((note) @text.note
|
||||
(#any-of? @text.note "Note:" "NOTE:" "Notes:"))
|
||||
((note) @text.warning
|
||||
(#any-of? @text.warning "Warning:" "WARNING:"))
|
||||
((note) @text.danger
|
||||
(#any-of? @text.danger "Deprecated:" "DEPRECATED:"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue