UserNobody14 / tree-sitter-dart

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

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

Closed clason closed 2 months ago

clason commented 2 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.