diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:41:57 +0100 |
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:41:57 +0100 |
| commit | d43b70d93987c94d15a352cf0026fb93d3317cc8 (patch) | |
| tree | 74470b6cc30ddb4ef8ceb2ec557bc32ccccb5ebb /syntax/purescript.vim | |
| parent | ec1c94306953b678bb36572897bd218fe6c76506 (diff) | |
| download | vim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.tar.gz vim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.zip | |
Update
Diffstat (limited to '')
| -rw-r--r-- | syntax/purescript.vim | 2 |
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\)\>" |
