From ed1d61a2345fc9d5504f196d6a32f2e868f7f60e Mon Sep 17 00:00:00 2001 From: clojj Date: Thu, 5 Mar 2015 00:16:15 +0100 Subject: [PATCH] adds the Clojure-docset for searches from within Cursive-projects (language "Clojure") --- src/de/dreamlab/dash/KeywordLookup.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/de/dreamlab/dash/KeywordLookup.java b/src/de/dreamlab/dash/KeywordLookup.java index 9e1c5b6..27814c1 100644 --- a/src/de/dreamlab/dash/KeywordLookup.java +++ b/src/de/dreamlab/dash/KeywordLookup.java @@ -82,6 +82,7 @@ public KeywordLookup() setLanguage("Google Go", "go", "godoc"); setLanguage("Lua", "lua", "corona"); setLanguage("Markdown", "markdown"); + setLanguage("Clojure", "clojure"); /*