You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there support planned for adding ES6 keywords and highlighting for javascript? The only egregious error I've noticed so far is in parsing backtick string blocks such as:
`Hello, my name is ${name}.`
Thanks!
The text was updated successfully, but these errors were encountered:
Not working on scanners at the moment. The future of CodeRay might be the rewrite of the scanner engine. It's just too difficult to write them right now, that's why Rouge has long passed CodeRay in terms of supported languages.
Is there support planned for adding ES6 keywords and highlighting for javascript? The only egregious error I've noticed so far is in parsing backtick string blocks such as:
Thanks!
The text was updated successfully, but these errors were encountered: