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

Kotlin lexer counts enclosing backtick as an error syntax #565

Closed
notdryft opened this issue Oct 22, 2021 · 0 comments
Closed

Kotlin lexer counts enclosing backtick as an error syntax #565

notdryft opened this issue Oct 22, 2021 · 0 comments

Comments

@notdryft
Copy link
Contributor

Backticked methods as such:

http("My Request").get("myUrl").check(status().`is`(200))

Renders as:

Screenshot_20211022_181501

I found that in the following line of code there is an opening backtick but not a closing one: https://github.com/alecthomas/chroma/blob/master/lexers/k/kotlin.go#L21

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

No branches or pull requests

1 participant