We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249328e commit a833644Copy full SHA for a833644
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|regex|comment'
+ \ s:SynIdName() !~? '\vstring|regex|comment|character'
66
endfunction
67
68
" Returns 1 if string matches a pattern in 'patterns', which may be a
0 commit comments