Skip to content

Commit

Permalink
Merge pull request #84 from Thom1729/fix-string-object-keys
Browse files Browse the repository at this point in the history
Fix string object keys.
  • Loading branch information
Thom1729 authored Jan 6, 2020
2 parents 254f2c8 + 994828f commit d73b879
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions extensions/string_object_keys.syntax-extension
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
!merge
contexts: !merge
bare-property-name:
- match: '{{dollar_only_identifier}}'
scope: string.unquoted.js meta.object-literal.key.dollar.only.js punctuation.dollar.js
- match: '{{dollar_identifier}}'
scope: string.unquoted.js meta.object-literal.key.dollar.js
captures:
1: punctuation.dollar.js
- match: '{{identifier}}'
scope: string.unquoted.js meta.object-literal.key.js
scope: string.unquoted.js
pop: true

0 comments on commit d73b879

Please sign in to comment.