···11-# language-mzn package
11+# MiniZinc for Atom
2233-A short description of your package.
33+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).
4455
66+77+## About MiniZinc
88+99+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.
1010+1111+MiniZinc is available from http://www.minizinc.org/
+1-1
package.json
···11{
22 "name": "language-mzn",
33 "version": "0.0.0",
44- "description": "Adds syntax highlighting for the MiniZinc constraint modelling language",
44+ "description": "Adds syntax highlighting for the MiniZinc constraint modeling language",
55 "repository": "https://github.com/jjdekker/language-mzn",
66 "license": "MIT",
77 "engines": {