SubEthaEdit
SubEthaEdit copied to clipboard
Feature request : Syntax highlighting for zsh
- SubEthaEdit: Version 5.2.4 (9810)
- System: MacOS 12.7.3 (Build 21H1015)
It would be great to have a syntax hightlighting for the Z-shell.
Currently, the closest we can have is to turn on bash highlighting for zsh scripts, but this has two drawbacks:
- It can not highlight zsh specific constructs such as, i.e,
$f:h:t - I have to manually turn on bash highlighting for each zsh script, because the highlighter does not recognize from the #! line (
#!/usr/local/bin/env zsh) that it is a shell script.