Skip to content

Commit 67ca4dc

Browse files
zylaarthurxavierx
authored andcommitted
Add ApplicativeDo ado keyword (#62)
1 parent ab8547c commit 67ca4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/purescript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ syn match purescriptForall "∀"
108108

109109
" Keywords
110110
syn keyword purescriptConditional if then else
111-
syn keyword purescriptStatement do case of in
111+
syn keyword purescriptStatement do case of in ado
112112
syn keyword purescriptLet let
113113
syn keyword purescriptWhere where
114114
syn match purescriptStructure "\<\(data\|newtype\|type\|kind\)\>"

0 commit comments

Comments
 (0)