Skip to content

Commit

Permalink
Update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed May 29, 2016
1 parent 65b23e8 commit 462523c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax/copl.vim
Expand Up @@ -8,8 +8,8 @@ endif

syn keyword coplBoolean true false
syn keyword coplConditional if then else
syn keyword coplKeyword by def fun error let rec in match with letcc
syn keyword coplOperator plus minus times is evalto less than matches when
syn keyword coplKeyword by def fun error let rec in match with letcc skip while do
syn keyword coplOperator plus minus times is evalto less than matches when not changes to
syn keyword coplType bool int list ref

syn match coplKeyword "->"
Expand Down

0 comments on commit 462523c

Please sign in to comment.