feat(vimdoc): highlight modeline

This commit is contained in:
ObserverOfTime 2024-03-11 18:55:36 +02:00 committed by Christian Clason
parent e73c775aa9
commit 6576041660
2 changed files with 3 additions and 1 deletions

View file

@ -762,7 +762,7 @@
"revision": "052279cd5e1d73b075640c64cef97e7bdcd32611"
},
"vimdoc": {
"revision": "016ad75faa854e4e13bc40c517015183b795eed9"
"revision": "90a396267e117835c778bdbda6f7db86b601d829"
},
"vue": {
"revision": "3b9d52087100bdfce43dad2ca46d75b0e21613f6"

View file

@ -49,6 +49,8 @@
(url) @string.special.url
(modeline) @keyword.directive
((note) @comment.note
(#any-of? @comment.note "Note:" "NOTE:" "Notes:"))