Created
December 30, 2009 03:10
-
-
Save alandipert/265810 to your computer and use it in GitHub Desktop.
This file contains 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
# Clojure syntax highlighting for GNU source-highlight | |
# rocks with SHJS | |
# http://gist.github.com/265810 | |
comment start ";" | |
include "number.lang" | |
vardef SPECIALCHAR = '\\.' | |
environment string delim "\"" "\"" begin | |
specialchar = $SPECIALCHAR | |
end | |
vardef FUNCTION = '\(([[:alpha:]]|_)[[:word:]]*(?=[[:blank:]]*)' | |
function = $FUNCTION | |
include "symbols.lang" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment