1
0

Removes tab for the forall snippet

This commit is contained in:
Jip J. Dekker 2015-12-03 12:21:28 +01:00
parent 36aa594f7d
commit 55993efe15
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 0.3.1 - One tab too far
* Removes an tab in the forall snippet.
## 0.3.0 - Colored constraints
* Adds function coloring to all predicates documented in the 2.0 documentation.
* Adds indentation rules for parentheses

View File

@ -7,7 +7,7 @@
'body': 'array[$1] of ${2:int}: $3;$4'
'forall':
'prefix': 'for'
'body': 'forall($1) (\t$2)$3'
'body': 'forall($1) ($2)$3'
'sum':
'prefix': 'sum'
'body': 'sum($1) ($2)$3'