nvim-neorg / tree-sitter-norg

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

Minor fixes #11

Closed mrossinek closed 3 years ago

mrossinek commented 3 years ago

This includes two minor fixes:

  1. Links should allow punctuation in front of the and not require a whitespace (this requirement only holds for TODO syntax).

  2. Correct parsing of ranged tag names starting with e. See screenshot below (although this second commit is kind of odd, I admit that)...

screenshot_1631047309

Note, that the ranged tag name endeavour is also handled properly even though it starts with end.

vhyrro commented 3 years ago

Thx a bunch man :)