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 266c7db commit 65699dcCopy full SHA for 65699dc
syntax/haskell.vim
@@ -18,14 +18,14 @@ endif
18
19
syn spell notoplevel
20
syn match haskellRecordField contained containedin=haskellBlock
21
- \ "[_a-z][a-zA-Z0-9_']*\(,\s*[_a-z][a-zA-Z0-9_']*\)*\_s\+::\s"
+ \ "[_a-z][a-zA-Z0-9_']*\(,\s*[_a-z][a-zA-Z0-9_']*\)*\_s\+::\_s"
22
\ contains=
23
\ haskellIdentifier,
24
\ haskellOperators,
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
30
\ haskellWhere,
31
\ haskellLet,
0 commit comments