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

Improve Kotlin lexer #1699

Merged
merged 1 commit into from
Feb 6, 2021
Merged

Improve Kotlin lexer #1699

merged 1 commit into from
Feb 6, 2021

Conversation

geralt-encore
Copy link
Contributor

There were few issues with previous implementation of the lexer:

  • Not handling string interpolation
  • Unconditionally treating modifier keywords while they are considered keywords only in some context
  • A lot of smaller fixes (e.g. annotations, built-in types and so on)

@Anteru Anteru merged commit 627123c into pygments:master Feb 6, 2021
@Anteru Anteru added the changelog-update Items which need to get mentioned in the changelog label Feb 6, 2021
@Anteru Anteru added this to the 2.8 milestone Feb 6, 2021
@Anteru
Copy link
Collaborator

Anteru commented Feb 6, 2021

Merged, thanks a lot for the contribution!

@Anteru Anteru removed the changelog-update Items which need to get mentioned in the changelog label Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants