diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-06 14:54:38 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-07 07:48:40 +0000 |
commit | ca6ee0f19a3bf1c31698505ecbdb48f06fb575bb (patch) | |
tree | 31c750c71bcfb3174288ee760e56c39e74a043f5 /lesscolor.sh | |
parent | searxng (diff) | |
download | scripts-ca6ee0f19a3bf1c31698505ecbdb48f06fb575bb.tar.gz scripts-ca6ee0f19a3bf1c31698505ecbdb48f06fb575bb.zip |
updated haproxy
updates
Diffstat (limited to '')
-rwxr-xr-x | lesscolor.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lesscolor.sh b/lesscolor.sh index 4a8dc93..108f0a6 100755 --- a/lesscolor.sh +++ b/lesscolor.sh @@ -64,9 +64,9 @@ case "$1" in *.qbs|*.slim|*.xqy|*.xquery|*.xq|*.xql|*.xqm|*.whiley|*.x10) pygmentize -f 256 -O style="$PYGMENTIZE_STYLE" "$1" | nl -b a;; *) - # interp=$(get_interp "$1") - # pygmentize -f 256 -O style="$PYGMENTIZE_STYLE" -l "$interp" "$1" | nl -b a - pygmentize -f 256 -O style="$PYGMENTIZE_STYLE" -g "$1" | nl -b a + interp=$(get_interp "$1") + pygmentize -f 256 -O style="$PYGMENTIZE_STYLE" -l "$interp" "$1" | nl -b a + # pygmentize -f 256 -O style="$PYGMENTIZE_STYLE" -g "$1" | nl -b a esac exit 0 |