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

Commit 5a64b3a

Browse files
wallesArcanemagus
authored andcommitted
Activate on more grammars (#281)
Fixes #280 by using the same activationHooks as here: https://github.com/autocomplete-python/autocomplete-python/blob/master/package.json
1 parent 49ad220 commit 5a64b3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"engines": {
1212
"atom": ">=1.9.0 <2.0.0"
1313
},
14-
"activationHooks": ["language-python:grammar-used"],
14+
"activationHooks": [
15+
"language-python:grammar-used",
16+
"MagicPython:grammar-used",
17+
"atom-django:grammar-used"
18+
],
1519
"configSchema": {
1620
"executablePath": {
1721
"type": "string",

0 commit comments

Comments
 (0)