Removes tab for the forall snippet
This commit is contained in:
parent
36aa594f7d
commit
55993efe15
@ -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
|
||||
|
@ -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'
|
||||
|
Reference in New Issue
Block a user