Skip to content

Commit

Permalink
Bugfix release 3.1.3
Browse files Browse the repository at this point in the history
Remove `embed` usage since its only for 3153+.
  • Loading branch information
FichteFoll committed Nov 8, 2017
1 parent 98bd463 commit 45b3dc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Package/Sublime JSON/Sublime JSON.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -463,12 +463,11 @@ contexts:
scope: punctuation.definition.string.begin.json
set:
- meta_scope: meta.scope-selector.sublime string.quoted.double.json
- meta_content_scope: source.scope-selector
- include: scope:source.scope-selector
- match: '"'
scope: punctuation.definition.string.end.json
pop: true
- match: ''
embed: scope:source.scope-selector
escape: (?=")

expect-snippet-string-value:
- match: (?=")
Expand Down
6 changes: 6 additions & 0 deletions messages/3.1.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v3.1.3 (2017-11-08)
-------------------

(Notes not shown on release)

* Fix compatibility with builds <3153 without `embed` support

0 comments on commit 45b3dc3

Please sign in to comment.