UserNobody14 / tree-sitter-dart

Attempt to make a tree-sitter grammar for dart
MIT License
62 stars 40 forks source link

fix(grammar): adapt to upstream regex change #71

Closed clason closed 6 months ago

clason commented 6 months ago

Upstream switched to Rust regex in recent tree-sitter, so the common escape_sequence pattern /u{[\da-fA-F]+}/ now needs to escape the braces. This fixes :TSInstallFromGrammar.

Also remove unnecessary conflicts reported by the CLI.