fix haskell snippet
add missing openign paren for module
This commit is contained in:
parent
1803651e88
commit
b7bc49f551
@ -1,5 +1,5 @@
|
||||
snippet mod "Create new module" b
|
||||
module ${1:`!p snip.rv = snip.basename`}
|
||||
module ${1:`!p snip.rv = snip.basename`} (
|
||||
) where
|
||||
|
||||
endsnippet
|
||||
|
Loading…
Reference in New Issue
Block a user