Skip to content

Commit

Permalink
add support for symbols
Browse files Browse the repository at this point in the history
fixes #7
  • Loading branch information
rockitbaby committed Jul 1, 2016
1 parent 851cb1b commit 9683482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var Library = {};
arguments.push(type);
}
else {
formatRules.push('(className == "MSLayerGroup" OR className == "MSShapeGroup" OR className == "MSArtboardGroup" OR className == "MSTextLayer")');
formatRules.push('(className == "MSLayerGroup" OR className == "MSShapeGroup" OR className == "MSArtboardGroup" OR className == "MSTextLayer" OR className == "MSSymbolInstance")');
}

//layers to exclude
Expand Down

0 comments on commit 9683482

Please sign in to comment.