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

Adds some text to the readme file

+9 -3
+8 -2
README.md
··· 1 - # language-mzn package 1 + # MiniZinc for Atom 2 2 3 - A short description of your package. 3 + This package adds syntax highlighting for the MiniZinc modeling language (.mzn and .dzn files). The package is based on the [similar package for Sublime](https://github.com/astenmark/sublime-mzn). 4 4 5 5 ![A screenshot of your package](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif) 6 + 7 + ## About MiniZinc 8 + 9 + MiniZinc is a medium-level constraint modelling language. It is high-level enough to express most constraint problems easily, but low-level enough that it can be mapped onto existing solvers easily and consistently. It is a subset of the higher-level language Zinc. 10 + 11 + MiniZinc is available from http://www.minizinc.org/
+1 -1
package.json
··· 1 1 { 2 2 "name": "language-mzn", 3 3 "version": "0.0.0", 4 - "description": "Adds syntax highlighting for the MiniZinc constraint modelling language", 4 + "description": "Adds syntax highlighting for the MiniZinc constraint modeling language", 5 5 "repository": "https://github.com/jjdekker/language-mzn", 6 6 "license": "MIT", 7 7 "engines": {