Skip to content

Commit dd99c9f

Browse files
committed
Ignore clojureRegexp in indent
1 parent 95f74e3 commit dd99c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indent/clojure.vim

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

6363
function! s:IsParen()
6464
return s:CurrentChar() =~ '\v[\(\)\[\]\{\}]' &&
65-
\ s:SynIdName() !~? '\vstring|comment'
65+
\ s:SynIdName() !~? '\vstring|regex|comment'
6666
endfunction
6767

6868
" Returns 1 if string matches a pattern in 'patterns', which may be a

0 commit comments

Comments
 (0)