SubEthaEdit icon indicating copy to clipboard operation
SubEthaEdit copied to clipboard

Feature request : Syntax highlighting for zsh

Open rovf opened this issue 9 months ago • 0 comments

  • 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.

rovf avatar Mar 20 '25 13:03 rovf