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 9c37067 + 41799aa commit cf11387Copy full SHA for cf11387
purescript-font-lock.el
@@ -178,8 +178,8 @@ Returns keywords suitable for `font-lock-keywords'."
178
;; spec syntax, but they are not reserved.
179
;; `_' can go in here since it has temporary word syntax.
180
(regexp-opt
181
- '("case" "class" "data" "default" "deriving" "do"
182
- "else" "if" "import" "in" "infix" "infixl"
+ '("ado" "case" "class" "data" "default" "deriving"
+ "do" "else" "if" "import" "in" "infix" "infixl"
183
"infixr" "instance" "let" "module" "newtype" "of"
184
"then" "type" "where" "_") 'words))
185
0 commit comments