Skip to content

Commit a45287d

Browse files
committed
Update syntaxdev to 0.0.10
- Newlines at the end of tmLanguage and CSON files - Some symbols in XML are now not quoted
1 parent 1b321f4 commit a45287d

File tree

5 files changed

+103
-103
lines changed

5 files changed

+103
-103
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test: release
1616
then echo "Error: package.version != git.tag" && exit 1 ; fi
1717

1818
devenv:
19-
npm install [email protected].9
19+
npm install [email protected].10
2020

2121
release:
2222
./node_modules/.bin/syntaxdev build-plist --in grammars/src/MagicPython.syntax.yaml --out grammars/MagicPython.tmLanguage

grammars/MagicPython.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3301,4 +3301,4 @@ repository:
33013301
{
33023302
include: "#string-formatting"
33033303
}
3304-
]
3304+
]

0 commit comments

Comments
 (0)