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 42e2250 commit a5302e0Copy full SHA for a5302e0
syntax/haskell.vim
@@ -36,7 +36,7 @@ syn match haskellTypeSig
36
\ haskellParens
37
syn keyword haskellWhere where
38
syn keyword haskellLet let
39
-syn match HaskellDerive "\<deriving\>\s\+\<\(anyclass\|instance\|newtype\|stock\)\?"
+syn match HaskellDerive "\<deriving\>\(\s\+\<\(anyclass\|instance\|newtype\|stock\)\>\)\?"
40
syn keyword haskellDeclKeyword module class instance newtype in
41
syn match haskellDecl "\<\(type\|data\)\>\s\+\(\<family\>\)\?"
42
syn keyword haskellDefault default
0 commit comments