We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a regression for #906 and #996
Name of the lexer Kotlin lexter
Code sample A sample of the code that produces the bug.
@Test fun `adding one and two gives three`(){ assertEquals(3, 1+2) }
It also helps if you can provide a link to a code sample on rouge.jneen.net.
Additional context
It seems to be related with removing the regex
name_backtick = %r'#{name}|`#{name}`'
The text was updated successfully, but these errors were encountered:
Relates to #1326
Sorry, something went wrong.
tancnle
No branches or pull requests
This is a regression for #906 and #996
Name of the lexer
Kotlin lexter
Code sample
A sample of the code that produces the bug.
It also helps if you can provide a link to a code sample on rouge.jneen.net.
Additional context
It seems to be related with removing the regex
The text was updated successfully, but these errors were encountered: