Add source.regexp.python rules

This commit is contained in:
Martin Aeschlimann
2015-11-13 18:25:18 +01:00
parent 8f82b037fe
commit ef99de7936
2 changed files with 302 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
"language": "python",
"scopeName": "source.python",
"path": "./syntaxes/Python.tmLanguage"
},{
"scopeName": "source.regexp.python",
"path": "./syntaxes/Regular Expressions (Python).tmLanguage"
}]
}
}