Skip to content

Commit 02a6965

Browse files
committed
better solarized colors
1 parent 845ba2f commit 02a6965

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

syntax/haskell.vim

+21-21
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,27 @@ if exists('g:haskell_enable_pattern_synonyms')
7474
syn keyword haskellPatternSynonyms pattern
7575
endif
7676

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
9898

9999
if exists('g:haskell_enable_quantification')
100100
highlight def link haskellForall Operator

0 commit comments

Comments
 (0)