How do I get syntax highlighting to be same as VSCode's?

On MacOS, I’ve checked that all the .tmLanguage.json files (which I think control syntax highlighting) look to be the same between VSCode and Cursor. Specifically, I checked this location:

/Applications/Cursor.app/Contents/Resources/app/extensions

Is there something I’m missing?

Nevermind. It was an issue with my Color Theme. Switching to theme “Dark Modern” has this working as expected.

Noting here in case anyone else runs into this: the issue appears to be isolated to the default “Anysphere Dark” color theme. All the other color themes show syntax highlighting correctly.

Solved my problem, thank you!