1
0

Adds Linting to the read me

This commit is contained in:
Jip J. Dekker 2016-01-18 22:12:12 +01:00
parent 743a465d63
commit 1d54e43bdc

View File

@ -1,11 +1,11 @@
# MiniZinc for Atom
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).
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).
![A small preview](https://raw.githubusercontent.com/jjdekker/language-mzn/master/screen.png)
## About MiniZinc
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.
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.
MiniZinc is available from http://www.minizinc.org/