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
* (sub)keywords `function` and `const` were tokenized as Name.Namespace
* enumerated names in non-grouped `use` were improperly highlighted
(eg `use Foo, Bar;`, anything after the first name to the final `;`
or `{` was tokenized as Error)
* a namespaced name triggered Error on `\\` in grouped `use` statement
(eg `use some\name\{const Foo\BAR};`)
And add support to comments in this `use` statement.
Also fixes:
* rouge-ruby#1353
* rouge-ruby#1361
Name of the lexer
PHP
Code sample
Screenshots

The text was updated successfully, but these errors were encountered: