rainlanguage / dotrain

.rain to rainlang composer and rain language server protocol services
3 stars 4 forks source link

using `#` in an elision seems to break the binding #104

Closed thedavidmeister closed 7 months ago

thedavidmeister commented 7 months ago
Screenshot 2024-02-16 at 15 24 30

seems like a similar issue to previously where ' would break comments, looks like a # in an elision message breaks out of the elision message

rouzwelt commented 7 months ago

this is not an issue, using # or @ or other reserved chars that are meaningful for parsing will cause the parser to consider them as bindings or imports, so those chars are not allowed to be used in the elision msg