Closed johhnry closed 1 year ago
I was trying to put a single quote ' in an interpolated string and this is what happened:
'
From the Haxe documentation, these are the escape sequences allowed in string literals.
Maybe this could be handled similarly as the JS tree-sitter implementation for example?
I was trying to put a single quote
'
in an interpolated string and this is what happened:From the Haxe documentation, these are the escape sequences allowed in string literals.
Maybe this could be handled similarly as the JS tree-sitter implementation for example?