-
Notifications
You must be signed in to change notification settings - Fork 10
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
Some coloring for syntax is weird #216
Comments
This is an artifact of the syntax highlighter. |
I think the syntax highlighter should rather be fixed than replaced; there is nobody to reliably provide a better highlighter anyway. https://github.com/Raku/atom-language-perl6 |
@2colours problem is that atom syntax highlighter has a very large stack of |
The way it's integrated into the site might be ineffective - but that has nothing to do with the output itself. Regarding the output, we need to maintain it - emphasis on both "we" and "need to", as in, it can't be let as it is, and there's nobody else who would magically do it. I try to dedicate this weekend to sort some stuff out with it - firstly, ditch Coffeescript (and CSON) as a poorly aged dependency of the project. The repository needs to drift towards being a plain textmate highlighter format "content repository", much like Raku/doc is the content of the documentation and this repository is the actual exported form. |
This issue is now redundant IMHO due to change of syntax highlighter. Closing. Address any similar issue in #419 |
If you goto: https://docs.raku.org/language/typesystem.html#subset
You'll notice that the subset declaration is all one color:
I expect it to more accurately reflect how a subeset declaration looks like in a code editor, something like:
The text was updated successfully, but these errors were encountered: