Skip to content

Commit

Permalink
Merge pull request #68 from jeff-hykin/revert-52-Fix-#51
Browse files Browse the repository at this point in the history
Revert "WIP Fix for #51"
  • Loading branch information
jeff-hykin authored Apr 10, 2019
2 parents 00ac2c7 + 6149575 commit 1b3872b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
match: /\}/,
tag_as: "punctuation.definition.scope"
),
includes: ["$base" ]
includes: [:special_block, :constructor, "$base" ]

),
"$base"
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/cpp.tmLanguage.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions syntaxes/cpp.tmLanguage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@
'1':
:name: punctuation.definition.scope.cpp
:patterns:
- :include: "#special_block"
- :include: "#constructor"
- :include: "$base"
- :include: "$base"
- :name: meta.class-struct-block.cpp
Expand Down

0 comments on commit 1b3872b

Please sign in to comment.