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

Adds Linting to the read me

+2 -2
+2 -2
README.md
··· 1 1 # MiniZinc for Atom 2 2 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). 3 + This package adds syntax highlighting and optional linting 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 small preview](https://raw.githubusercontent.com/jjdekker/language-mzn/master/screen.png) 6 6 7 7 ## About MiniZinc 8 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. 9 + MiniZinc is a medium-level constraint modeling 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 10 11 11 MiniZinc is available from http://www.minizinc.org/