Skip to content

Commit

Permalink
[clojure mode] Enable brace folding
Browse files Browse the repository at this point in the history
  • Loading branch information
garug committed Aug 1, 2024
1 parent 064c9a8 commit 13eeec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mode/clojure/clojure.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ CodeMirror.defineMode("clojure", function (options) {
},

closeBrackets: {pairs: "()[]{}\"\""},
fold: "brace",
lineComment: ";;"
};
});
Expand Down

0 comments on commit 13eeec1

Please sign in to comment.