We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f74e3 commit dd99c9fCopy full SHA for dd99c9f
1 file changed
indent/clojure.vim
@@ -62,7 +62,7 @@ if exists("*searchpairpos")
62
63
function! s:IsParen()
64
return s:CurrentChar() =~ '\v[\(\)\[\]\{\}]' &&
65
- \ s:SynIdName() !~? '\vstring|comment'
+ \ s:SynIdName() !~? '\vstring|regex|comment'
66
endfunction
67
68
" Returns 1 if string matches a pattern in 'patterns', which may be a
0 commit comments