We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7536878 + 01a68b7 commit 94ed3b7Copy full SHA for 94ed3b7
haskell-cabal.el
@@ -98,7 +98,9 @@
98
(1 font-lock-keyword-face) (2 font-lock-constant-face))
99
("^ *\\(if\\)[ \t]+.*\\({\\|$\\)" (1 font-lock-keyword-face))
100
("^ *\\(}[ \t]*\\)?\\(else\\)[ \t]*\\({\\|$\\)"
101
- (2 font-lock-keyword-face))))
+ (2 font-lock-keyword-face))
102
+ ("\\<\\(?:True\\|False\\)\\>"
103
+ (0 font-lock-constant-face))))
104
105
(defvar haskell-cabal-buffers nil
106
"List of Cabal buffers.")
0 commit comments