From f9af79686dc9293e4b875a257976a87c6f9b1261 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Mon, 5 Feb 2018 16:02:00 +1100 Subject: [PATCH] Add Iro sample --- minizinc.iro | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 minizinc.iro diff --git a/minizinc.iro b/minizinc.iro new file mode 100644 index 0000000..90a544b --- /dev/null +++ b/minizinc.iro @@ -0,0 +1,188 @@ +################################################################# +## Iro +################################################################ +## +## * Press Ctrl + '+'/'-' To Zoom in +## * Press Ctrl + S to save and recalculate... +## * Documents are saved to web storage. +## * Only one save slot supported. +## * Matches cannot span lines. +## * Unicode chars must be defined in \u0000 to \uffff format. +## * All matches must be contained by a single group ( ... ) +## * Look behinds not permitted, (?<= or (?