@@ -74,27 +74,27 @@ if exists('g:haskell_enable_pattern_synonyms')
74
74
syn keyword haskellPatternSynonyms pattern
75
75
endif
76
76
77
- highlight def link haskellBottom Macro
78
- highlight def link haskellBlockKeywords Structure
79
- highlight def link haskellStandaloneDerivingKeywords Structure
80
- highlight def link haskellIdentifier Identifier
81
- highlight def link haskellImportKeywords Structure
82
- highlight def link haskellForeignKeywords Structure
83
- highlight def link haskellStructure Structure
84
- highlight def link haskellStatement Statement
85
- highlight def link haskellConditional Conditional
86
- highlight def link haskellNumber Number
87
- highlight def link haskellFloat Float
88
- highlight def link haskellDelimiter Delimiter
89
- highlight def link haskellInfix PreProc
90
- highlight def link haskellOperators Operator
91
- highlight def link haskellDot Operator
92
- highlight def link haskellType Include
93
- highlight def link haskellLineComment Comment
94
- highlight def link haskellBlockComment Comment
95
- highlight def link haskellString String
96
- highlight def link haskellChar String
97
- highlight def link haskellBacktick Operator
77
+ highlight def link haskellBottom Macro
78
+ highlight def link haskellBlockKeywords Structure
79
+ highlight def link haskellStandaloneDerivingKeywords Identifier
80
+ highlight def link haskellIdentifier Identifier
81
+ highlight def link haskellImportKeywords Structure
82
+ highlight def link haskellForeignKeywords Structure
83
+ highlight def link haskellStructure Structure
84
+ highlight def link haskellStatement Statement
85
+ highlight def link haskellConditional Conditional
86
+ highlight def link haskellNumber Number
87
+ highlight def link haskellFloat Float
88
+ highlight def link haskellDelimiter Operator
89
+ highlight def link haskellInfix Operator
90
+ highlight def link haskellOperators Operator
91
+ highlight def link haskellDot Operator
92
+ highlight def link haskellType Identifier
93
+ highlight def link haskellLineComment Comment
94
+ highlight def link haskellBlockComment Comment
95
+ highlight def link haskellString String
96
+ highlight def link haskellChar String
97
+ highlight def link haskellBacktick Operator
98
98
99
99
if exists (' g:haskell_enable_quantification' )
100
100
highlight def link haskellForall Operator
0 commit comments