Atom package to provide syntax highlighting for the MiniZinc constraint modelling language

Adds endif keyword to the syntax

+1 -1
+1 -1
grammars/mzn.cson
··· 39 39 } 40 40 41 41 { 42 - 'match': '\\b(for|forall|if|then|else|where)\\b' 42 + 'match': '\\b(for|forall|if|then|else|endif|where)\\b' 43 43 'name': 'keyword.control.mzn' 44 44 } 45 45