csound / csound-vscode-plugin

Plugin for Csound Language support in Visual Studio Code
MIT License
25 stars 8 forks source link

Missing highlight for "turnoff2_i" #19

Open AsterixMusic opened 3 years ago

AsterixMusic commented 3 years ago
Screenshot 2021-08-28 at 10 13 50
tjingboem commented 3 years ago

What highlight do you mean? This is how it looks like on Mint: Screenshot from 2021-10-19 13-21-14

rorywalsh commented 3 years ago

I think highlighting for the opcode turnoff2_i is not working..

kunstmusik commented 3 years ago

We've been using Nate Whetselll's language plugin code as the basis for this project and probably need to sync up with the latest.

On Tue, Oct 19, 2021 at 7:36 AM Rory Walsh @.***> wrote:

I think highlighting for the opcode turnoff2_i is not working..

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/csound/csound-vscode-plugin/issues/19#issuecomment-946635228, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMMA6YZUXRH7PSEYRD5FZLUHVJ4BANCNFSM5C64AYHQ .

tjingboem commented 3 years ago

i had a similar experience with highlighting issues for some opcodes when i was building the manual. Francois found that pygments should be update to version 2.10, and indeed, this solved it. Don't know if this is the case for VSC as well?