Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
[Fix #334] Add common metadata keys to completion keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Jan 25, 2018
1 parent a9b297b commit 7046819
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cljs/snapshot/lumo/repl.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1337,10 +1337,13 @@
:clj :cljs
:default
:else
:private :doc :author
:gen-class
:keywordize-keys
:req :req-un :opt :opt-un
:args :ret :fn]))
:args :ret :fn
:const
:arglists :tag :static :added]))

(def ^:private namespace-completion-exclusions
(into #{} (map str)
Expand Down

0 comments on commit 7046819

Please sign in to comment.