nvim-neorg / tree-sitter-norg

A TreeSitter parser for the Neorg File Format
MIT License
99 stars 14 forks source link

[WIP] Multi-word tag parameter proposal #26

Closed mrossinek closed 2 years ago

mrossinek commented 2 years ago

Adds the multi-word parameter support proposed here: https://github.com/nvim-neorg/dev-notes/blob/main/syntax/multi-word-tag-parameters/index.norg

We will likely be adapting things slightly to use quotes for multi-word parameter delimiting instead of |.

mrossinek commented 2 years ago

I'm closing this because #35 already supports "-delimited multi-word tag parameters.