This commit is contained in:
Brian Seymour 2020-06-04 20:02:56 -05:00
commit 5c1d85fe11
4 changed files with 10 additions and 1 deletions

View file

@ -99,6 +99,12 @@ case "$lang" in
"swift")
bin=swift
;;
"elisp" | "el")
bin=emacs
;;
"bash")
bin=bash
;;
"typescript" | "ts")
bin=typescript
;;