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

Import Regex and String Highlighting from Atom #5

Open
bscan opened this issue May 16, 2022 · 0 comments
Open

Import Regex and String Highlighting from Atom #5

bscan opened this issue May 16, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@bscan
Copy link
Owner

bscan commented May 16, 2022

The Raku syntax highlighting is currently taken from the Atom extension here: https://github.com/Raku/atom-language-perl6/. This is also the syntax that powers Github, so is an important repo. Currently, I've only ported the core syntax and not the regex syntax or quoting files. For example, see the following highlighting in github. Vscode does not highlight \d. I assume this would be straightforward to incorporate.

$foo ~~ /Foo\d+bar/;
@bscan bscan added the good first issue Good for newcomers label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant