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 421fb28 + e36b995 commit 0d6d18eCopy full SHA for 0d6d18e
purescript-font-lock.el
@@ -186,7 +186,7 @@ Returns keywords suitable for `font-lock-keywords'."
186
;; spec syntax, but they are not reserved.
187
;; `_' can go in here since it has temporary word syntax.
188
(regexp-opt
189
- '("ado" "case" "default" "do" "else" "if" "in" "infix"
+ '("ado" "case" "do" "else" "if" "in" "infix"
190
"infixl" "infixr" "let" "of" "then" "where" "_") 'words))
191
192
;; Top-level declarations
0 commit comments