nvim-neorg / tree-sitter-norg2

Attempt at a second generation parser for the Norg format.
10 stars 1 forks source link

Treesitter parser for Norg

This repository is an attempt at building on the initial tree-sitter-norg parser in order to both decrease the size and increase the speed of the parser.

Upgrades from the old parser include:

Thanks to its smaller size, the parser should be embeddable almost anywhere.