Skip to content

Instantly share code, notes, and snippets.

@manicolosi
Created February 10, 2015 20:34
Show Gist options
  • Save manicolosi/b8aade87adc85b5f95e2 to your computer and use it in GitHub Desktop.
Save manicolosi/b8aade87adc85b5f95e2 to your computer and use it in GitHub Desktop.
Broken github syntax hilighting for clojure
(defn this-is-good []
(println "GOOD"))
(def foo \")
(defn this-is-wrong []
(println foo))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment