Browse Source

colorize: assume golang for *.go

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 7 years ago
parent
commit
0f017531fd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      files/bin/colorize

+ 1
- 0
files/bin/colorize

@ -40,6 +40,7 @@ for f; do
*.sh) l=sh ;; *.sh) l=sh ;;
*.ini) l=ini ;; *.ini) l=ini ;;
*.c|*.h|*.cc|*.hh) l=c ;; *.c|*.h|*.cc|*.hh) l=c ;;
*.go) l=go ;;
*) l=text ;; *) l=text ;;
esac esac
;; ;;

Loading…
Cancel
Save