dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.61k stars 65 forks source link

Custom script file extension #118

Open dundalek opened 5 years ago

dundalek commented 5 years ago

Suggestion from reddit: Since the script mode can be considered a new scripting language, it should probably have a new file extension. One proposed candidate I like is .clsh.

However, that would require work to support various text editors. In the meantime before closh reaches a more widespread adoption I like using .cljc since we can reuse existing syntax highlighting and repl integrations.