@@ -4,15 +4,15 @@
         "command": "toggle_comment_django",
         "args": { "block": false },
         "context": [
-            { "key": "selector", "operator": "equal", "operand": "text.html.django" },
+            { "key": "selector", "operator": "equal", "operand": "text.html.django & !source.js" },
         ]
     },
     {
         "keys": ["super+alt+forward_slash"],
         "command": "toggle_comment_django",
         "args": { "block": true},
         "context": [
-            { "key": "selector", "operator": "equal", "operand": "text.html.django" },
+            { "key": "selector", "operator": "equal", "operand": "text.html.django & !source.js" },
         ]
     }
 ]