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

Adds metadata for the MiniZinc grammar

+11
+11
grammars/mzn.cson
··· 1 + 'scopeName': 'source.mzn' 2 + 'fileTypes': [ 3 + 'mzn' 4 + 'dzn' 5 + ] 6 + 'name': 'MiniZinc' 7 + 'patterns':[ 8 + { 9 + 10 + } 11 + ]