doinkythederp / nasm-language-support

Visual Studio Code extension offering language features for NASM Assembly
https://marketplace.visualstudio.com/items?itemName=doinkythederp.nasm-language-support
ISC License
7 stars 2 forks source link

Syntaxx highlighting not working? #4

Closed Frityet closed 2 years ago

Frityet commented 2 years ago
Screen Shot 2022-07-08 at 12 45 34

I am using the latest version of this plugin, with latest vscode

doinkythederp commented 2 years ago

It's possible your theme doesn't have highlighting for the specifiers used by the extension.

doinkythederp commented 2 years ago

Actually, it's probably because of the capitalization. Can you confirm whether it works when everything is lowercase?

Frityet commented 2 years ago

Can confirm, works with lowercase

Frityet commented 2 years ago

When will this be on the vscode extension?

doinkythederp commented 2 years ago

When will this be on the vscode extension?

@Frityet Sorry I haven't done this yet! I think I'll be able to publish the fix later today.

doinkythederp commented 2 years ago

Alright, I've got the latest version published to the VSCode marketplace. You should be able to restart VSCode and see the changes.