tangled
alpha
login
or
join now
dekker.one
/
atom-language-mzn
0
fork
atom
Atom package to provide syntax highlighting for the MiniZinc constraint modelling language
0
fork
atom
overview
issues
pulls
pipelines
Adds endif keyword to the syntax
dekker.one
10 years ago
4d16cac3
ee009928
+1
-1
1 changed file
expand all
collapse all
unified
split
grammars
mzn.cson
+1
-1
grammars/mzn.cson
···
39
39
}
40
40
41
41
{
42
42
-
'match': '\\b(for|forall|if|then|else|where)\\b'
42
42
+
'match': '\\b(for|forall|if|then|else|endif|where)\\b'
43
43
'name': 'keyword.control.mzn'
44
44
}
45
45