2 Commits
Author SHA1 Message Date
Lucas LarsonandGitHub 13d7b4e634 add support for goawk (#51)
`goawk` is a POSIX-compliant AWK interpreter that benefits from the
same highlighting as other AWK interpreters here.

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
2023-04-03 08:58:53 +02:00
Lucas LarsonandGitHub 371591a7b6 avoid errors unbound variables and unset parameters (#50)
zsh prints an abundance of errors when `setopt nounset` is enabled and
fast-syntax-highlighting is activated (#49). This commit helps to avoid
the unnecessary verbosity.

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
2023-03-24 23:06:05 +01:00