Skip to content

Commit

Permalink
Fix object literal methods's meta scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Oct 11, 2018
1 parent 12c540f commit c5d9cc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions syntaxes/fjsx15/literal/object/property.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ contexts:
)
set: [
function-declaration,
meta-declaration-function,
function-keyword,
meta-key,
method-identifier
Expand Down Expand Up @@ -256,6 +257,10 @@ contexts:
- meta_scope: meta.object-literal.key.computed.js.fjsx15
- include: pop-now

meta-declaration-function:
- meta_scope: meta.declaration.function.js.fjsx15
- include: pop-now

meta-key:
- meta_scope: meta.object-literal.key.js.fjsx15
- include: pop-now
Expand Down

0 comments on commit c5d9cc7

Please sign in to comment.