EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
208 stars 44 forks source link

Language Request: Shellscript/bash #35

Closed FSciammarella closed 4 years ago

FSciammarella commented 4 years ago

Hello,

I would like to vouch for the inclusion of shellscript/bash support, as VSCode uses Textamate's outdated and very crude grammar.

Thanks for your awesome work on C++.

EvgeniyPeshkov commented 4 years ago

Hello, @FSciammarella. Thank you very much for the feedback. I think it's possible to include shellscript support. It'll take couple of days. Stay tuned.

EvgeniyPeshkov commented 4 years ago

Support of ShellScript/Bash has been added to the latest version, already available at VSCode Marketplace. I'm not very good at bash, so I believe there are inaccuracies that need to be fixed or improved. Please, do not hesitate to open further issues if you find anything.