ahmadawais / shades-of-purple-vscode

🦄 Shades of Purple offers a hand-picked selection of bold and vibrant shades of purple that will transform your code into a visually stunning masterpiece. With its carefully crafted color palette, this theme brings a sense of style, elegance, and whimsy to your favorite code editor, making your coding sessions a delightful journey of creativity.
https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple
Other
719 stars 64 forks source link

Missing formatting for the Go Programming Language #139

Open AbdurRKhalid opened 9 months ago

AbdurRKhalid commented 9 months ago

I was recently working on GO Project and I figured that there are some bugs related to the Variable types. It would be appropriate to test formatting regarding the GO programming language.

ahmadawais commented 9 months ago

This doesn't help me much. Share more details and screenshots. Go needs syntax extension to show highlighting. Also a theme doesn't help with formatting.

vusal5555 commented 8 months ago

Hi Ahmad, he is probably talking about the variable types like var, which is not colored. for example when you declare a variable like var name = "john", the var keyword is not highlighted it is just plain white.

vusal5555 commented 8 months ago

Untitled