Switch to MagicPython for Python sources

This commit is contained in:
Dario Bertini
2015-10-23 20:49:05 +01:00
parent a35a3e98ce
commit 7b185cc2f3
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -683,3 +683,6 @@
[submodule "vendor/grammars/FreeMarker.tmbundle"]
path = vendor/grammars/FreeMarker.tmbundle
url = https://github.com/freemarker/FreeMarker.tmbundle
[submodule "vendor/grammars/MagicPython"]
path = vendor/grammars/MagicPython
url = git@github.com:MagicStack/MagicPython.git

View File

@@ -346,8 +346,9 @@ vendor/grammars/language-jsoniq/:
- source.xq
vendor/grammars/language-ncl:
- source.ncl
vendor/grammars/language-python:
vendor/grammars/MagicPython:
- source.python
vendor/grammars/language-python:
- source.regexp.python
- text.python.console
- text.python.traceback

1
vendor/grammars/MagicPython vendored Submodule