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 21c4876 commit 266c7dbCopy full SHA for 266c7db
syntax/haskell.vim
@@ -25,7 +25,7 @@ syn match haskellRecordField contained containedin=haskellBlock
25
\ haskellSeparator,
26
\ haskellParens
27
syn match haskellTypeSig
28
- \ "^\s*\(where\s\+\|let\s\+\|default\s\+\)\?[_a-z][a-zA-Z0-9_']*\(,\s*[_a-z][a-zA-Z0-9_']*\)*\_s\+::\s"
+ \ "^\s*\(where\s\+\|let\s\+\|default\s\+\)\?[_a-z][a-zA-Z0-9_']*#\?\(,\s*[_a-z][a-zA-Z0-9_']*#\?\)*\_s\+::\s"
29
\ contains=
30
\ haskellWhere,
31
\ haskellLet,
0 commit comments