Minor fixes to highlighting

This commit is contained in:
baabelfish 2016-02-07 19:15:54 +02:00
commit 72043737be
4 changed files with 7 additions and 15 deletions

View file

@ -55,9 +55,5 @@ function! NimIndent()
return Down()
endif
" if prevl =~ '[\])}]\s*$'
" return Down()
" endif
return -1
endfunction