From 63c010c3007dbea7d013e19934f41b37515f629b Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Wed, 7 Feb 2018 16:26:04 +1100 Subject: [PATCH] Add initial README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..606d598 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Iro syntax for MiniZinc + +This repository contains an Iro file for the MiniZinc language. Iro is a tool +to help with the creation of syntax highlighters for various editors. The iro +file in this repository can be used to create syntax highlighters for MiniZinc. + +### Useful links +- [Iro](http://eeyo.io/iro/) +- [Iro Documentation](http://eeyo.io/iro/documentation/index.html) + +### Implementers + +The following packages use a syntax highlighter generated from this Iro file: +- **Atom**: [language-mzn](https://atom.io/packages/language-mzn) +