Skip to content

Commit

Permalink
Merge pull request #38 from clojj/master
Browse files Browse the repository at this point in the history
Clojure support
  • Loading branch information
gdelmas committed Apr 12, 2015
2 parents 4074d62 + ed1d61a commit a7dc4e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/de/dreamlab/dash/KeywordLookup.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public KeywordLookup()
setLanguage("Google Go", "go", "godoc");
setLanguage("Lua", "lua", "corona");
setLanguage("Markdown", "markdown");
setLanguage("Clojure", "clojure");


/*
Expand Down

0 comments on commit a7dc4e4

Please sign in to comment.