-
Notifications
You must be signed in to change notification settings - Fork 6
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
Syntax Highlighting Issue #5
Comments
Thanks for reporting this. I started looking into this yesterday and it seems that the bug has something to do with language-kotlin/syntax/Kotlin.tmLanguage Line 809 in 7631a67
It looks like VSCode and GitHub treat these very differently. After removing it and testing it with lightshow. It seems to work correctly. I've pushed a fix for it in 69733ef |
Is this fix out and available? I'm asking because PRs that I'm reviewing still show up with pretty much all the code ending up in a blue-ish (purple) tint. |
It should be out when github/lingust does another release. See: github-linguist/linguist#4329 |
GitHub should now be rendering Kotlin files correctly again. |
Thanks, @lildude! |
I haven't had enough time to look into the exact issue but I noticed earlier today that Kotlin syntax highlighting isn't working as expected. See the following sample file in linguist: https://github.com/github/linguist/blob/master/samples/Kotlin/Foo.kt
It looks like linguist just had a release earlier today and I think that's when it broke. See github-linguist/linguist#4324.
The text was updated successfully, but these errors were encountered: