File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,6 @@ This is the case if the \".\" is part of a \"forall <tvar> . <type>\"."
119119 " Face used to highlight Haskell pragmas."
120120 :group 'haskell )
121121
122- (defface haskell-default-face
123- '((t :inherit default ))
124- " Face used to highlight ordinary Haskell code."
125- :group 'haskell )
126-
127122(defface haskell-literate-comment-face
128123 '((t :inherit font-lock-doc-face ))
129124 " Face with which to fontify literate comments.
@@ -269,7 +264,7 @@ Returns keywords suitable for `font-lock-keywords'."
269264 (,(concat " `" conid " `" ) 0 'haskell-operator-face )
270265 (,(concat " `" qvarid " `" ) 0 'haskell-operator-face )
271266 (,(concat " `" qconid " `" ) 0 'haskell-operator-face )
272- ( , qvarid 0 'haskell-default-face )
267+
273268 (, qconid 0 'haskell-constructor-face )
274269
275270 (, conid 0 'haskell-constructor-face )
You can’t perform that action at this time.
0 commit comments