Add MagicPython grammar to python language
This commit is contained in:
parent
3dd3a2b9e9
commit
ccc617e97e
|
@ -8,7 +8,8 @@ module.exports = {
|
|||
Supported Grammars
|
||||
###
|
||||
grammars: [
|
||||
"Python"
|
||||
"Python",
|
||||
"MagicPython"
|
||||
]
|
||||
|
||||
###
|
||||
|
|
Loading…
Reference in New Issue