Created
February 10, 2015 20:34
-
-
Save manicolosi/b8aade87adc85b5f95e2 to your computer and use it in GitHub Desktop.
Broken github syntax hilighting for clojure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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