Skip to content

Commit

Permalink
_generate
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hykin committed May 24, 2019
1 parent a048985 commit ef2b059
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
15 changes: 12 additions & 3 deletions syntaxes/cpp.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,6 @@
{
"include": "#storage_types"
},
{
"include": "#operators"
},
{
"include": "#vararg_ellipses"
},
Expand All @@ -349,6 +346,18 @@
},
{
"include": "#comma"
},
{
"include": "#language_constants"
},
{
"include": "#number_literal"
},
{
"include": "#string_context"
},
{
"include": "#operators"
}
]
},
Expand Down
5 changes: 4 additions & 1 deletion syntaxes/cpp.tmLanguage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,13 @@
- include: "#attributes_context"
- include: "#comments_context"
- include: "#storage_types"
- include: "#operators"
- include: "#vararg_ellipses"
- include: "#function_pointer"
- include: "#comma"
- include: "#language_constants"
- include: "#number_literal"
- include: "#string_context"
- include: "#operators"
evaluation_context:
patterns:
- include: "$base"
Expand Down

0 comments on commit ef2b059

Please sign in to comment.