Closed clason closed 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.
tree-sitter
escape_sequence
/u{[\da-fA-F]+}/
:TSInstallFromGrammar
Also remove unnecessary conflicts reported by the CLI.
Upstream switched to Rust regex in recent
tree-sitter
, so the commonescape_sequence
pattern/u{[\da-fA-F]+}/
now needs to escape the braces. This fixes:TSInstallFromGrammar
.Also remove unnecessary conflicts reported by the CLI.