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.
2 parents f8f584e + a4468af commit 26ffc81Copy full SHA for 26ffc81
indent/purescript.vim
@@ -63,7 +63,7 @@ if !exists('g:purescript_indent_dot')
63
endif
64
65
setlocal indentexpr=GetPurescriptIndent()
66
-setlocal indentkeys=!^F,o,O,},=where,=in,=::,=->,=→,==>,=⇒,=else
+setlocal indentkeys=!^F,o,O,},=where,=in,=::,=->,=→,==>,=⇒
67
68
function! s:GetSynStack(lnum, col)
69
return map(synstack(a:lnum, a:col), { key, val -> synIDattr(val, "name") })
0 commit comments