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
Removes tab for the forall snippet
dekker.one
10 years ago
55993efe
36aa594f
+4
-1
2 changed files
expand all
collapse all
unified
split
CHANGELOG.md
snippets
language-mzn.cson
+3
CHANGELOG.md
···
1
1
+
## 0.3.1 - One tab too far
2
2
+
* Removes an tab in the forall snippet.
3
3
+
1
4
## 0.3.0 - Colored constraints
2
5
* Adds function coloring to all predicates documented in the 2.0 documentation.
3
6
* Adds indentation rules for parentheses
+1
-1
snippets/language-mzn.cson
···
7
7
'body': 'array[$1] of ${2:int}: $3;$4'
8
8
'forall':
9
9
'prefix': 'for'
10
10
-
'body': 'forall($1) (\t$2)$3'
10
10
+
'body': 'forall($1) ($2)$3'
11
11
'sum':
12
12
'prefix': 'sum'
13
13
'body': 'sum($1) ($2)$3'