Skip to content

Commit

Permalink
more specific names on class braces
Browse files Browse the repository at this point in the history
  • Loading branch information
vith committed Jul 18, 2015
1 parent 9276ad6 commit 5f7889c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grammars/Babel Language.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
"2": { "name": "entity.name.class.js" }
},
"endCaptures": {
"0": { "name": "meta.brace.curly.js" }
"0": { "name": "punctuation.section.class.end.js" }
},
"patterns": [
{
Expand All @@ -772,7 +772,7 @@
"end": "(?=})",
"contentName": "meta.class.body.js",
"beginCaptures": {
"0": { "name": "meta.brace.curly.js" }
"0": { "name": "punctuation.section.class.begin.js" }
},
"patterns": [
{ "include": "#brackets" },
Expand Down

0 comments on commit 5f7889c

Please sign in to comment.