We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecab7d6 commit 16f0b6cCopy full SHA for 16f0b6c
1 file changed
test/nextjournal/clojure_mode_tests.cljc
@@ -125,6 +125,7 @@
125
"\"[|]\"" "\"|]\"" ;; normal deletion inside strings
126
"( ;;\n|)" "( ;;|\n)" ;; don't put paren behind line comment
127
"( ;|\n)" "( |\n)"
128
+ "(;;\n|;;\n)" "(;;|\n;;\n)"
129
))
130
131
#?(:squint nil
0 commit comments