Skip to content

Instantly share code, notes, and snippets.

@vikeri
Created April 26, 2016 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vikeri/ede086ec1cba35116742f9bb05b757e3 to your computer and use it in GitHub Desktop.
Save vikeri/ede086ec1cba35116742f9bb05b757e3 to your computer and use it in GitHub Desktop.
Setup highlight to work with clojure on mac
#!/bin/bash
brew install highlight
sed -i '' 's/{ Lang="charmm"/{ Lang="clojure", Extensions={"clj", "cljs", "cljc"} },\
{ Lang="charmm"/g' /usr/local/etc/highlight/filetypes.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment