Thertzlor / semantic-rainbow

A maximalist VSCode color theme for semantic highlighting featuring bold colors and subtle distinctions.
https://thertzlor.github.io/semantic-rainbow/
GNU General Public License v3.0
15 stars 4 forks source link

Better syntax highlighing for Bash #1

Closed Crilum closed 2 years ago

Crilum commented 2 years ago

Just installed your theme in VS Code, and opened my Bash code, and it looks cool, but doesn't look, well, very rainbowy: image

If Bash has Semantic Highlighting, maybe you could add some syntax highlighting for it? :smiley:

Thertzlor commented 2 years ago

Bash has, so far, no semantic highlighting. It's also never going to be the most colorful of languages since there just aren't that many different constructs.

And just to reiterate the theme does not provide grammars, it just colors tokens and grammar information that is already provided. For Bash a good provider seems to be Bash IDE

From there I tweaked a few settings and for some more accurate colorings for commands, variables and assignments, parameters and modifiers: image

These changes are included in the new 1.0.5 release.

Crilum commented 2 years ago

Thanks!