From 2664d233ece90d40d1959da11ce417028ddfd5eb Mon Sep 17 00:00:00 2001 From: Maciej Bielecki Date: Thu, 25 Oct 2018 12:09:18 +0200 Subject: [PATCH] Add ApplicativeDo `ado` keyword --- syntax/purescript.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/purescript.vim b/syntax/purescript.vim index 76ec1d8..dc98681 100644 --- a/syntax/purescript.vim +++ b/syntax/purescript.vim @@ -108,7 +108,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\)\>"