eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
20.05k stars 2.5k forks source link

Class is not colorised. #14382

Open mifth opened 4 hours ago

mifth commented 4 hours ago

Hi, I've found a minor but vital thing. Class is not colorised.

image

image

Packages installed: Clang, Cmake

I tested xatlas project file: https://github.com/jpcy/xatlas/blob/master/source/xatlas/xatlas.cpp

Additional Information

mifth commented 4 hours ago

How it looks in VSCode: image

image

msujew commented 2 hours ago

I can confirm that the highlighting does not work as expected. I strongly believe that this is essentially a duplicate of https://github.com/eclipse-theia/theia/issues/10428.

mifth commented 1 hour ago

@msujew thanks a lot for the confirmation.

I also found that all #define macros look weird. They are yellow.

image

image