zig: Support identifiers expressed as strings#287
Closed
techee wants to merge 2 commits intoScintillaOrg:masterfrom
Closed
zig: Support identifiers expressed as strings#287techee wants to merge 2 commits intoScintillaOrg:masterfrom
techee wants to merge 2 commits intoScintillaOrg:masterfrom
Conversation
Contributor
|
example for escape sequences (similar to backticks in R), https://godbolt.org/z/nq8Kc5YhY const @"identifier\t" = 0xff;
export fn foo(@"id\"": i32) i32 {
return @"id\"" * @"identifier\t";
} |
This is a leftover from porting the lexer from Notepad4 which contains format specifier highlighting which has been dropped for Scintilla.
Contributor
Author
|
@zufuliu Thanks for noticing, done. |
nyamatongwe
pushed a commit
that referenced
this pull request
Nov 5, 2024
techee
added a commit
to techee/geany
that referenced
this pull request
Nov 7, 2024
Contributor
Author
|
@nyamatongwe Just a note - I want to provide support for the lexers I added so if there are any problems with them in the future, just ping me (@techee). I normally don't follow the activity of the lexilla repository so I might miss it otherwise. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See https://ziglang.org/documentation/0.13.0/#Identifiers