Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block string literals #126

Merged
merged 7 commits into from
Sep 30, 2019
Merged

Conversation

Tronic
Copy link
Contributor

@Tronic Tronic commented Aug 21, 2019

Implements highlight for string block literals as discussed in nim-lang/RFCs#161

Additionally highlights any unknown string escapes. Otherwise should not affect existing code.

- Adds no-newline character escape.
- Marks unknown escape sequences as invalid.
- Block string literals not yet used, requires restructuring of syntax.
- Include block containers w/ bugfixes
- Add init tag handling to expressions
@kosz78 kosz78 merged commit fae2b54 into pragmagic:master Sep 30, 2019
@kosz78
Copy link
Collaborator

kosz78 commented Sep 30, 2019

@Tronic these changes incorrect handle case with ":" or ':'

@Tronic
Copy link
Contributor Author

Tronic commented Oct 4, 2019

@kosz78 Did you get those cases fixed or should I look into that over the weekend?

@kosz78
Copy link
Collaborator

kosz78 commented Oct 4, 2019

Could you please fix it?

@kosz78
Copy link
Collaborator

kosz78 commented Mar 12, 2020

@Tronic I have reverted pull request due #132 issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants