-
Notifications
You must be signed in to change notification settings - Fork 1
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
Syntax highlighting without inline styles #2
Comments
It's pretty easy, I'll push something soon. |
It's a private repository but collaborators should have access: https://github.com/kelunik/php-highlight |
We already use class names in the user notes instead of inline styles. Well, |
Hi! I'd like to pipe, if I could. As I also thought about that, let me summarise what I found:
So those are my 2cts (and, yeah, I kinda like nested lists...) |
Co-authored-by: Roman Pronskiy <[email protected]>
* .gitignore: Remove redundant entry * Minor optimizations with ternary operators * Use `const` instead of `define()` where appropriate `const` is quite faster because of the compile-time optimizations. Because the replaced statements are not declaring constant conditionally, it's safe to use `const` in all of these places. Closes phpGH-608.
Discussion points:
Other points to consider:
The text was updated successfully, but these errors were encountered: