code-server version: From the docker one linerWhen writeing js in .html files or html in .php files, the "foreign language" looses syntax highlighting. This doesn't happen in the desktop version:
(left coder, right normal vscode)

@dmratcliffe Did you install any linter extensions?
@foresthoffman No, none related to html.
What theme are you using?
@nol166 Winter is coming
Colorizers for this are provided by Textmate, I guess the textmate is failing to work in this case.
Try doing a hard reload to see if it fixes it? @dmratcliffe
@sr229 the past couple of days I've been using coder ive slowly realized that sometimes it is showing the syntax for foreign languages and sometimes it isn't (it almost always isn't). It can be sorta annoying but lately I've just been quick switching the syntax of the whole file when I work on js vs php inside html
Can confirm this might be Textmate failing to recognize language statements.
Fixed on latest tree by GH-857.
Most helpful comment
@nol166 Winter is coming