nvim-neorg / rust-norg

A robust parser for Norg for tools that don't use tree-sitter.
11 stars 4 forks source link

feat: delimiting modifiers #4

Closed benlubas closed 3 weeks ago

benlubas commented 3 months ago

Parse ---, ___ and === and add tests.

https://github.com/benlubas/rust-norg/pull/1 stacks on this

vhyrro commented 2 months ago

Code looks great to me. If that's alright tomorrow I'll do some extra tests with this stacked on top of the attached modifier code, just to make sure it's all playing along nicely :)

benlubas commented 2 months ago

Ugh, I messed up the commit history pretty hard, and I'm too tired to figure it out right now. I will look again when I wake up

vhyrro commented 2 months ago

I rebased my PR on top of latest main, so your rebase should be flawless now. jj op restore to the last valid point and try again :p

benlubas commented 2 months ago

Much better

benlubas commented 3 weeks ago

rolled into #13