gleam-lang / tree-sitter-gleam

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

Parse unicode escape sequences in strings #77

Closed the-mikedavis closed 11 months ago

the-mikedavis commented 11 months ago

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

the-mikedavis commented 11 months ago

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