Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

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.

Tronic added 7 commits August 21, 2019 10:03
- 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants