Skip to content

Commit de5e21d

Browse files
committed
Version 0.1.1
Make sure $apply works all the way down.
1 parent 1b3f1dc commit de5e21d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function readGrammarFile(filename, significantScopeLast) {
4545
}
4646
}
4747
delete obj['$apply'];
48+
_apply(obj);
4849
}
4950
else {
5051
var keys = Object.keys(obj);

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syntaxdev",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Unit testing framework for TextMate/Sublime/Atom syntaxes.",
55
"main": "index.js",
66
"author": "Yury Selivanov <yury@magic.io>",

0 commit comments

Comments
 (0)