1
0

Adds endif keyword to the syntax

This commit is contained in:
Jip J. Dekker 2015-11-20 11:32:37 +01:00
parent ee009928d5
commit 4d16cac360

View File

@ -39,7 +39,7 @@
} }
{ {
'match': '\\b(for|forall|if|then|else|where)\\b' 'match': '\\b(for|forall|if|then|else|endif|where)\\b'
'name': 'keyword.control.mzn' 'name': 'keyword.control.mzn'
} }