Merge pull request #975 from Tyriar/patch-1

[python] Add .gn as a python file extension
This commit is contained in:
Martin Aeschlimann 2015-12-04 08:55:01 +01:00
commit 9d2a579357

View file

@ -6,7 +6,7 @@
"contributes": {
"languages": [{
"id": "python",
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi" ],
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gn", ".gyp", ".gypi" ],
"aliases": [ "Python", "py" ],
"firstLine": "^#!/.*\\bpython[0-9.-]*\\b",
"configuration": "./python.configuration.json"
@ -20,4 +20,4 @@
"path": "./syntaxes/Regular Expressions (Python).tmLanguage"
}]
}
}
}