Skip to content

Commit

Permalink
Fix object literal methods
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Oct 11, 2018
1 parent 97bfdc2 commit 12c540f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/fjsx15/literal/object/property.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ contexts:
{{keyIdentifier}}
\s*:\s*
(?:async\b\s+)?
function\s
function\b
)
set: [
function-declaration,
Expand Down

0 comments on commit 12c540f

Please sign in to comment.