-
Notifications
You must be signed in to change notification settings - Fork 12
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
Maintainer wanted #2
Comments
🎉 In the "Contribute" section https://github.com/simurai/tone-syntax#contribute are steps how to get started. Is that enough clear? |
Yeah it's clear enough thanks |
Apologies for butting in, but as I'm unfamiliar with syntax support styles in Atom, would if be possible for you to add a link here to give me a heads up Simurai? I'd be keen to give it a go... thanks |
@objectkit Here some more infos, but it might not go into details. What language are you familiar with? Here an example for "Go".
// Go
.@{s}go {
&.@{s}string {
.uno-1();
}
&.@{s}keyword {
.duo-1();
}
}
// Go
.@{s}go {
&.@{s}string {
.uno-1();
}
&.@{s}keyword {
.duo-1();
}
&.@{s}variable {
.tri-1();
}
}
Thinking about it, I might can add a few more languages. So it's easier to get started if there is already some syntax highlighting. |
Ok, here a bunch more languages: #6 |
Hey, just wanted to say I was interested in possibly becoming a maintainer!
What all would that involved I'd like to get started right away!
The text was updated successfully, but these errors were encountered: