3131(require 'haskell-string )
3232(require 'font-lock )
3333
34- ;;;### autoload
3534(defgroup haskell-appearance nil
3635 " Haskell Appearance."
3736 :group 'haskell )
@@ -145,19 +144,16 @@ font faces assigned as if respective mode was enabled."
145144 :group 'haskell-appearance
146145 :type '(repeat (cons string symbol)))
147146
148- ;;;### autoload
149147(defface haskell-keyword-face
150148 '((t :inherit font-lock-keyword-face ))
151149 " Face used to highlight Haskell keywords."
152150 :group 'haskell-appearance )
153151
154- ;;;### autoload
155152(defface haskell-type-face
156153 '((t :inherit font-lock-type-face ))
157154 " Face used to highlight Haskell types"
158155 :group 'haskell-appearance )
159156
160- ;;;### autoload
161157(defface haskell-constructor-face
162158 '((t :inherit font-lock-type-face ))
163159 " Face used to highlight Haskell constructors."
@@ -174,25 +170,21 @@ font faces assigned as if respective mode was enabled."
174170; ; This is probably just wrong, but it used to use
175171; ; `font-lock-function-name-face' with a result that was not consistent with
176172; ; other major modes, so I just exchanged with `haskell-definition-face' .
177- ;;;### autoload
178173(defface haskell-operator-face
179174 '((t :inherit font-lock-variable-name-face ))
180175 " Face used to highlight Haskell operators."
181176 :group 'haskell-appearance )
182177
183- ;;;### autoload
184178(defface haskell-pragma-face
185179 '((t :inherit font-lock-preprocessor-face ))
186180 " Face used to highlight Haskell pragmas ({-# ... #-})."
187181 :group 'haskell-appearance )
188182
189- ;;;### autoload
190183(defface haskell-liquid-haskell-annotation-face
191184 '((t :inherit haskell-pragma-face))
192185 " Face used to highlight LiquidHaskell annotations ({-@ ... @-})."
193186 :group 'haskell-appearance )
194187
195- ;;;### autoload
196188(defface haskell-literate-comment-face
197189 '((t :inherit font-lock-doc-face ))
198190 " Face with which to fontify literate comments.
0 commit comments