update grammar script: remove unused properties

This commit is contained in:
Martin Aeschlimann
2018-02-12 16:54:35 +01:00
parent 6b3164252b
commit 8fdf170a08
54 changed files with 353 additions and 864 deletions

View File

@@ -7,27 +7,6 @@
"version": "https://github.com/MagicStack/MagicPython/commit/b453f26ed856c9b16a053517c41207e3a72cc7d5",
"name": "MagicPython",
"scopeName": "source.python",
"fileTypes": [
"py",
"py3",
"rpy",
"pyw",
"cpy",
"pyi",
"SConstruct",
"Sconstruct",
"sconstruct",
"SConscript",
"gyp",
"gypi",
"wsgi",
"kv",
"Snakefile",
"tac"
],
"first_line_match": "^#![ \\t]*/.*\\bpython[\\d\\.]*\\b",
"firstLineMatch": "^#![ \\t]*/.*\\bpython[\\d\\.]*\\b",
"uuid": "742deb57-6e38-4192-bed6-410746efd85d",
"patterns": [
{
"include": "#statement"

View File

@@ -7,10 +7,6 @@
"version": "https://github.com/MagicStack/MagicPython/commit/361a4964a559481330764a447e7bab88d4f1b01b",
"name": "MagicRegExp",
"scopeName": "source.regexp.python",
"fileTypes": [
"re"
],
"uuid": "39e15186-71e6-11e5-b82c-7c6d62900c7c",
"patterns": [
{
"include": "#regexp-expression"