Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Activate on more grammars (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
walles authored and Arcanemagus committed Nov 21, 2016
1 parent 49ad220 commit 5a64b3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -11,7 +11,11 @@
"engines": {
"atom": ">=1.9.0 <2.0.0"
},
"activationHooks": ["language-python:grammar-used"],
"activationHooks": [
"language-python:grammar-used",
"MagicPython:grammar-used",
"atom-django:grammar-used"
],
"configSchema": {
"executablePath": {
"type": "string",
Expand Down

0 comments on commit 5a64b3a

Please sign in to comment.