jeff-hykin / better-shell-syntax

💾 📦 ♻️ An improvement to the shell syntax for VS Code
MIT License
52 stars 4 forks source link

binary (and binary path) highlighting #23

Closed cstout1 closed 1 year ago

cstout1 commented 2 years ago

Is there any current option available to highlight binaries and binaries with their full path? I'm trying to mimic the same default behavior of Atom, but can't find a way to accomplish this. (Atom on the left) atom vs vscode

cstout1 commented 2 years ago

Just in case this could be caused by the theme and not your extension, here's the theme I'm using to match Atom's colors: https://github.com/akamud/vscode-theme-onedark

jeff-hykin commented 2 years ago

Yup the binaries should be colored different.

If binaries have quotes, there is a bug that tags them as a string instead of an executable, but it's pretty hard to fix.

Anyways, take a look at this short tutorial and you should be able to pick whatever color you want for the binaries (while keeping One Dark as your theme)