Skip to content

Instantly share code, notes, and snippets.

@ChrisBlom
Created May 5, 2015 14:24
Show Gist options
  • Select an option

  • Save ChrisBlom/5d69870e10bcc3237ea4 to your computer and use it in GitHub Desktop.

Select an option

Save ChrisBlom/5d69870e10bcc3237ea4 to your computer and use it in GitHub Desktop.
;; fontlock logic vars (for datomic and cascalog)
(font-lock-add-keywords
'clojure-mode
`((,(concat "\\<"
"\\?[a-z0-9-]+"
"\\>")
0
font-lock-keyword-face)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment