Skip to content

Java syntax highlighting wrong (JavaDoc does not end) #160

@sharkdp

Description

@sharkdp

The following Java file

/**
 * test
 */
class ExampleClass {
}

renders correctly with syncat and sublimehq/Packages pinned to fa6b862 (see testdata/Packages):

image

However, when updating sublimehq/Packages to master (currently at 0f852a3) ...

(cd testdata/Packages; git fetch; git checkout master)
make packs

the docstring highlighting does not end:

image

I'm not sure if syntect always aims to support the current state of sublimehq/Packages, but I thought it might be worth to report this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions