heyman / heynote

A dedicated scratchpad for developers
https://heynote.com
Other
3.86k stars 194 forks source link

Feature request: Add Bash syntax highlighting #168

Closed superDuperCyberTechno closed 7 months ago

superDuperCyberTechno commented 8 months ago

Have you searched existing Github issues to see if someone has already requested this feature? Yes

Is your feature request related to a problem? Please describe. Bash isn't supported by your syntax hightlighting.

Describe the solution you'd like Add Bash syntax highlighting.

Describe alternatives you've considered N/A

Additional context N/A

peterjaric commented 7 months ago

There is a Shell mode among the supported languages and when I entered a simple bash script it even auto-detected it:

#!/bin/bash

cd dir
ls