Skip to content

Commit aa9a253

Browse files
committed
Fix indentation of subforms commented using the comment reader macro
1 parent 2382c8b commit aa9a253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/clojure.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if exists("*searchpairpos")
5757

5858
function! s:ignored_region()
5959
let name = s:syn_id_name()
60-
return (name =~? '\vstring|regex|comment|character') && (name !=# 'clojureCommentReaderMacro')
60+
return (name =~? '\vstring|regex|comment|character') && (name !~# '^clojureCommentReaderMacro\(Form\)\?$')
6161
endfunction
6262

6363
function! s:current_char()

0 commit comments

Comments
 (0)