summaryrefslogtreecommitdiffstats
path: root/syntax/purescript.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/purescript.vim')
-rw-r--r--syntax/purescript.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/purescript.vim b/syntax/purescript.vim
index 19a5ef65..ff97d765 100644
--- a/syntax/purescript.vim
+++ b/syntax/purescript.vim
@@ -110,7 +110,7 @@ syn match purescriptForall "∀"
" Keywords
syn keyword purescriptConditional if then else
-syn keyword purescriptStatement do case of in
+syn keyword purescriptStatement do case of in ado
syn keyword purescriptLet let
syn keyword purescriptWhere where
syn match purescriptStructure "\<\(data\|newtype\|type\|kind\)\>"