gleam-lang / tree-sitter-gleam

🌳 A tree-sitter grammar for the Gleam programming language
Apache License 2.0
66 stars 13 forks source link

Parse unicode escape sequences in strings #77

Closed the-mikedavis closed 8 months ago

the-mikedavis commented 8 months ago

In v0.33.0, strings can use escapes like \u{200D} to escape in arbitrary unicode codepoints.

the-mikedavis commented 8 months ago

Yeah it's pretty cool how much regex it can emulate 😀