Releases: tonsky/clojure-warrior
Releases · tonsky/clojure-warrior
0.2.4
- Fixes to comment form decorations: fixed trailing whitespace in comment, symbols with word comment in them (#15, #17)
0.2.3
- Do not merge defaults for
commentFormStyle
and ignoredFormStyle
0.2.2
- Comment forms decoration (#14 by @PEZ)
0.2.1
- Removed
configurationDefault
as it was conflicting with Calva (#13)
0.2.0
- Option to disable rainbow brackets
clojureWarrior.enableBracketColors
(#12)
- Handle setting
clojureWarrior.bracketColors
to empty array (#12)
- Handle config changes when done from Setting GUI
- Disable default
editor.matchBrackets
for Clojure files