@@ -58,13 +58,13 @@ Possible values are:
5858 (const :tag " Show fully-qualified namespaces" qualified)
5959 (const :tag " Show namespace aliases" tidy))
6060 :group 'cider
61- :package-version '(cider . " 1.23 .0" ))
61+ :package-version '(cider . " 2.0 .0" ))
6262
6363(defcustom cider-macrostep-highlight-expansion t
6464 " Whether to briefly highlight (pulse) a freshly inserted inline expansion."
6565 :type 'boolean
6666 :group 'cider
67- :package-version '(cider . " 1.23 .0" ))
67+ :package-version '(cider . " 2.0 .0" ))
6868
6969(defcustom cider-macrostep-highlight-expandable t
7070 " Whether to highlight the operators of further-expandable sub-forms.
@@ -74,7 +74,7 @@ a macro are underlined, and `n'/`p' navigate between them. Requires the
7474silently skipped."
7575 :type 'boolean
7676 :group 'cider
77- :package-version '(cider . " 1.23 .0" ))
77+ :package-version '(cider . " 2.0 .0" ))
7878
7979(defcustom cider-macrostep-color-gensyms t
8080 " Whether to colorize the gensyms introduced by a macro expansion.
@@ -83,7 +83,7 @@ expansion gets its own color from `cider-macrostep-gensym-colors', so a
8383binding introduced by the macro can be tracked through the expansion."
8484 :type 'boolean
8585 :group 'cider
86- :package-version '(cider . " 1.23 .0" ))
86+ :package-version '(cider . " 2.0 .0" ))
8787
8888(defcustom cider-macrostep-gensym-colors
8989 '(" #d33682" " #268bd2" " #859900" " #b58900" " #6c71c4" " #2aa198" " #cb4b16" )
@@ -92,7 +92,7 @@ Each distinct gensym in an expansion is assigned the next color in this
9292list, wrapping around when an expansion has more gensyms than colors."
9393 :type '(repeat color)
9494 :group 'cider
95- :package-version '(cider . " 1.23 .0" ))
95+ :package-version '(cider . " 2.0 .0" ))
9696
9797(defface cider-macrostep-expansion-face
9898 '((((min-colors 16777216 ) (background light )) :background " #eef3fb" :extend t )
@@ -101,13 +101,13 @@ list, wrapping around when an expansion has more gensyms than colors."
101101 (((background dark )) :background " gray22" :extend t ))
102102 " Face for the background of an inline macro expansion."
103103 :group 'cider
104- :package-version '(cider . " 1.23 .0" ))
104+ :package-version '(cider . " 2.0 .0" ))
105105
106106(defface cider-macrostep-expandable-face
107107 '((t :underline t :weight bold ))
108108 " Face for the operator of a sub-form that can be expanded further."
109109 :group 'cider
110- :package-version '(cider . " 1.23 .0" ))
110+ :package-version '(cider . " 2.0 .0" ))
111111
112112(defvar-local cider-macrostep--overlays nil
113113 " Stack of overlays for the current `cider-macrostep-mode' session.
0 commit comments