Add MagicPython grammar to python language

This commit is contained in:
Steven Zeck 2017-11-15 13:34:25 -06:00
parent 3dd3a2b9e9
commit ccc617e97e
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ module.exports = {
Supported Grammars
###
grammars: [
"Python"
"Python",
"MagicPython"
]
###