File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ By default these are:
102
102
'((" ^[ \t ]*--.*" . font-lock-comment-face )
103
103
(" ^ *\\ ([^ \t :]+\\ ):" (1 font-lock-keyword-face ))
104
104
(" ^\\ (Library\\ )[ \t ]*\\ ({\\ |$\\ )" (1 font-lock-keyword-face ))
105
- (" ^\\ (Executable\\ |Test-Suite\\ |Benchmark\\ |Common\\ |package\\ )[ \t ]+\\ ([^\n \t ]*\\ )"
105
+ (" ^\\ (Library \\ | Executable\\ |Test-Suite\\ |Benchmark\\ |Common\\ |package\\ )[ \t ]+\\ ([^\n \t ]*\\ )"
106
106
(1 font-lock-keyword-face ) (2 font-lock-function-name-face ))
107
107
(" ^\\ (Flag\\ |install-dirs\\ |repository\\ )[ \t ]+\\ ([^\n \t ]*\\ )"
108
108
(1 font-lock-keyword-face ) (2 font-lock-constant-face ))
109
109
(" ^\\ (Source-Repository\\ )[ \t ]+\\ (head\\ |this\\ )"
110
110
(1 font-lock-keyword-face ) (2 font-lock-constant-face ))
111
- (" ^\\ (haddock\\ |source-repository-package\\ |program-locations\\ |program-default-options\\ )\\ ([ \t ]\\ |$\\ )"
111
+ (" ^\\ (haddock\\ |source-repository-package\\ |program-options \\ |program- locations\\ |program-default-options\\ )\\ ([ \t ]\\ |$\\ )"
112
112
(1 font-lock-keyword-face ))
113
113
(" ^ *\\ (if\\ )[ \t ]+.*\\ ({\\ |$\\ )" (1 font-lock-keyword-face ))
114
114
(" ^ *\\ (}[ \t ]*\\ )?\\ (else\\ )[ \t ]*\\ ({\\ |$\\ )"
You can’t perform that action at this time.
0 commit comments