mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
feat(vimdoc): highlight modeline
This commit is contained in:
parent
e73c775aa9
commit
6576041660
2 changed files with 3 additions and 1 deletions
|
|
@ -762,7 +762,7 @@
|
||||||
"revision": "052279cd5e1d73b075640c64cef97e7bdcd32611"
|
"revision": "052279cd5e1d73b075640c64cef97e7bdcd32611"
|
||||||
},
|
},
|
||||||
"vimdoc": {
|
"vimdoc": {
|
||||||
"revision": "016ad75faa854e4e13bc40c517015183b795eed9"
|
"revision": "90a396267e117835c778bdbda6f7db86b601d829"
|
||||||
},
|
},
|
||||||
"vue": {
|
"vue": {
|
||||||
"revision": "3b9d52087100bdfce43dad2ca46d75b0e21613f6"
|
"revision": "3b9d52087100bdfce43dad2ca46d75b0e21613f6"
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,8 @@
|
||||||
|
|
||||||
(url) @string.special.url
|
(url) @string.special.url
|
||||||
|
|
||||||
|
(modeline) @keyword.directive
|
||||||
|
|
||||||
((note) @comment.note
|
((note) @comment.note
|
||||||
(#any-of? @comment.note "Note:" "NOTE:" "Notes:"))
|
(#any-of? @comment.note "Note:" "NOTE:" "Notes:"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue