Skip to content

Commit cf11387

Browse files
authored
Merge pull request #15 from alternateved/add-ado-highlighting
Add syntax highlighting for `ado`
2 parents 9c37067 + 41799aa commit cf11387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

purescript-font-lock.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ Returns keywords suitable for `font-lock-keywords'."
178178
;; spec syntax, but they are not reserved.
179179
;; `_' can go in here since it has temporary word syntax.
180180
(regexp-opt
181-
'("case" "class" "data" "default" "deriving" "do"
182-
"else" "if" "import" "in" "infix" "infixl"
181+
'("ado" "case" "class" "data" "default" "deriving"
182+
"do" "else" "if" "import" "in" "infix" "infixl"
183183
"infixr" "instance" "let" "module" "newtype" "of"
184184
"then" "type" "where" "_") 'words))
185185

0 commit comments

Comments
 (0)