nvim-neorg / tree-sitter-norg

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

refactor: optimize storing and restoring Scanner #41

Closed anuvyklack closed 1 year ago

anuvyklack commented 1 year ago

Use C memcpy function to copy raw bytes.

vhyrro commented 1 year ago

Very cool, thanks!