Skip to content

Commit 0d6d18e

Browse files
authored
Merge pull request #28 from Hi-Angel/rm-default-keyword
Remove `default` keyword
2 parents 421fb28 + e36b995 commit 0d6d18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purescript-font-lock.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Returns keywords suitable for `font-lock-keywords'."
186186
;; spec syntax, but they are not reserved.
187187
;; `_' can go in here since it has temporary word syntax.
188188
(regexp-opt
189-
'("ado" "case" "default" "do" "else" "if" "in" "infix"
189+
'("ado" "case" "do" "else" "if" "in" "infix"
190190
"infixl" "infixr" "let" "of" "then" "where" "_") 'words))
191191

192192
;; Top-level declarations

0 commit comments

Comments
 (0)