We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c80f18b + d70083b commit 259a852Copy full SHA for 259a852
package.json
@@ -120,5 +120,6 @@
120
"vscode-textmate": "^4.1.1",
121
"yargs": "^13.2.2"
122
},
123
- "dependencies": {}
124
-}
+ "dependencies": {
+ }
125
+}
source/languages/cpp/package.json
@@ -2,7 +2,7 @@
2
"name": "better-cpp-syntax",
3
"displayName": "Better C++ Syntax",
4
"description": "The bleeding edge of C-like syntaxes",
5
- "version": "1.12.21",
+ "version": "1.13.0",
6
"icon": "icon.png",
7
"scripts": {
8
"build": "ruby scripts/generate.rb",
0 commit comments