summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 08f69a9..cfa7e68 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,8 @@
],
"activationEvents": [
"onLanguage:cpp",
- "onLanguage:c"
+ "onLanguage:c",
+ "onLanguage:python"
],
"contributes": {
"configuration": {
@@ -194,6 +195,7 @@
"cpp",
"c++",
"c",
+ "python",
"Doxygen"
],
"license": "SEE LICENSE IN LICENSE",