Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hykin committed May 23, 2019
1 parent 6d44c64 commit 3b4bccb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Better C++ Syntax",
"description": "The bleeding edge of the VS Code C++ syntax",
"icon": "icon.png",
"version": "1.9.0",
"version": "1.9.1",
"scripts": {
"build": "ruby cpp/generate.rb && ruby c/generate.rb",
"pretest": "npm run build",
Expand Down
3 changes: 0 additions & 3 deletions syntaxes/cpp.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,6 @@
{
"include": "#comments_context"
},
{
"include": "#comments"
},
{
"include": "#storage_types"
},
Expand Down
1 change: 0 additions & 1 deletion syntaxes/cpp.tmLanguage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
- include: "#probably_a_parameter"
- include: "#attributes_context"
- include: "#comments_context"
- include: "#comments"
- include: "#storage_types"
- include: "#operators"
- include: "#vararg_ellipses"
Expand Down

0 comments on commit 3b4bccb

Please sign in to comment.