Skip to content
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

Scala lexer: Add support for the '\' operator #1857

Merged

Conversation

lukapeschke
Copy link
Contributor

This operator is defined by json4s, which is one of scala's most popular JSON libraries.

This would fix #1856 .

Feel free to discard this if you don't like this solution

This operator is defined by json4s, which is one of scala's most popular JSON libraries.
@birkenfeld
Copy link
Member

LGTM!

@birkenfeld birkenfeld merged commit 1ea5fc3 into pygments:master Jul 9, 2021
@Anteru Anteru added changelog-update Items which need to get mentioned in the changelog A-lexing area: changes to individual lexers labels Jul 18, 2021
@Anteru Anteru added this to the 2.10 milestone Jul 18, 2021
@Anteru Anteru removed the changelog-update Items which need to get mentioned in the changelog label Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lexing area: changes to individual lexers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scala lexer: \ is considered an error token
3 participants