Skip to content

Commit

Permalink
Merge pull request #28 from Hi-Angel/rm-default-keyword
Browse files Browse the repository at this point in the history
Remove `default` keyword
  • Loading branch information
purcell authored Dec 10, 2024
2 parents 421fb28 + e36b995 commit 0d6d18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purescript-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Returns keywords suitable for `font-lock-keywords'."
;; spec syntax, but they are not reserved.
;; `_' can go in here since it has temporary word syntax.
(regexp-opt
'("ado" "case" "default" "do" "else" "if" "in" "infix"
'("ado" "case" "do" "else" "if" "in" "infix"
"infixl" "infixr" "let" "of" "then" "where" "_") 'words))

;; Top-level declarations
Expand Down

0 comments on commit 0d6d18e

Please sign in to comment.