-
Notifications
You must be signed in to change notification settings - Fork 20
Labels
enhancementNew feature or requestNew feature or request
Description
In testing this parser for nvim-treesitter (nvim-treesitter/nvim-treesitter#2679), I noticed that some features are not yet supported, especially
- Parameters as in
{pattern}
- Keycodes and chords as in
<c-o>
andCTRL-O
- Command modifiers as in
[range]
(that's just a bunch of literals, and so could simply be listed as anonymous nodes in the highlight query) - optional arguments [optional] argumentย #109
- modelines? Update repository and add modeline supportย #125
(See https://github.com/nanotee/vimdoc-notes for the most comprehensive specification of vimdoc I've seen so far.)
ObserverOfTime, justinmk and echasnovski
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request