The following Java file ``` java /** * test */ class ExampleClass { } ``` renders correctly with `syncat` and sublimehq/Packages pinned to fa6b862 (see testdata/Packages):  However, when updating sublimehq/Packages to master (currently at 0f852a3) ... ``` bash (cd testdata/Packages; git fetch; git checkout master) make packs ``` the docstring highlighting does not end:  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.