File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,8 @@ Returns keywords suitable for `font-lock-keywords'."
364
364
" \\ (" varid " \\ |" conid " \\ |::\\ |∷\\ |=\\ ||\\ |\\ s(\\ |[0-9\" ']\\ )" ))
365
365
(topdecl-var2
366
366
(concat line-prefix " \\ (" varid " \\ |" conid " \\ )\\ s-*`\\ (" varid " \\ )`" ))
367
+ (topdecl-bangpat
368
+ (concat line-prefix " \\ (" varid " \\ )\\ s-*!" ))
367
369
(topdecl-sym
368
370
(concat line-prefix " \\ (" varid " \\ |" conid " \\ )\\ s-*\\ (" sym " \\ )" ))
369
371
(topdecl-sym2 (concat line-prefix " (\\ (" sym " \\ ))" ))
@@ -419,6 +421,7 @@ Returns keywords suitable for `font-lock-keywords'."
419
421
; ; Place them *before* generic id-and-op highlighting.
420
422
(, topdecl-var (1 haskell-definition-face))
421
423
(, topdecl-var2 (2 haskell-definition-face))
424
+ (, topdecl-bangpat (1 haskell-definition-face))
422
425
(, topdecl-sym (2 haskell-definition-face))
423
426
(, topdecl-sym2 (1 haskell-definition-face))
424
427
You can’t perform that action at this time.
0 commit comments