catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack
MIT License
1.23k stars 49 forks source link

Syntax highlighting error in ABAP code #327

Closed Shekhar0050M closed 4 months ago

Shekhar0050M commented 4 months ago

I am unable to recognize the error.

Screenshot 2024-02-22 154135
nekowinston commented 4 months ago

Hi there, could you please link to that code snippet so I can have a look at it myself? Also since I'm not familiar with ABAP, are you using https://marketplace.visualstudio.com/items?itemName=larshp.vscode-abap for highlights?

Shekhar0050M commented 4 months ago

Sure, here it is https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/index.htm No, I am not using https://marketplace.visualstudio.com/items?itemName=larshp.vscode-abap

nekowinston commented 4 months ago

There is nothing I can do about this, the parser for ABAP just seems to be pretty poor, sorry. Everything that shows up as green gets interpreted as string.interpolated.abap when I'm using larshp.vscode-abap, I don't know which extension you're using, but that one seemingly has similar problems.