treeman / tree-sitter-djot

MIT License
31 stars 5 forks source link

Rework newline handling in inline #27

Closed treeman closed 7 months ago

treeman commented 7 months ago

The goal is to simplify how newlines inside inline is managed to simplify the grammar and reduce the need for conflicts resolution.

This should make the parser faster and fix the performance regression introduced earlier when I tried to fix broken emphasis.