We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4bfcb commit fc0f613Copy full SHA for fc0f613
indent/purescript.vim
@@ -85,7 +85,7 @@ function! GetPurescriptIndent()
85
return s + g:purescript_indent_in
86
endif
87
88
- let s = match(prevline, '^\s*--')
+ let s = match(prevline, '^\s*\zs\(--\|import\>\)')
89
if s >= 0
90
return s
91
0 commit comments