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 Nested Comment #2092

Closed
bertuzziclaudio opened this issue Aug 6, 2019 · 0 comments · Fixed by #2104
Closed

Kotlin Nested Comment #2092

bertuzziclaudio opened this issue Aug 6, 2019 · 0 comments · Fixed by #2104

Comments

@bertuzziclaudio
Copy link

kotlin Syntax highlighting and nested comment
Kotlin support nested comment and all the sample code belowe is a comment
but println ….. is colorized as executable code

/* begin comment at LEVEL 0
    /*
      multiline nested comment LEVEL 1
    */
    println("on kotlin this is a commented code in comment LEVEL 0")
    /*
        another multiline nested comment LEVEL 1
    */
end comment at LEVEL 0 */

I see the problem in Joplin that use your library ( https://joplinapp.org/ )
and i open also a issue at: laurent22/joplin#1788

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 a pull request may close this issue.

1 participant