diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 3bd0207..041abf3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "Other" ], "activationEvents": [ - "onLanguage:cpp" + "onLanguage:cpp", + "onLanguage:c" ], "contributes": { "configuration": { |