Skip to content

Moved macros to src. #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Vue Component.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: style-close-tag
- embed_scope: source.sass.embedded.html
match: ''
- match: ''
embed_scope: source.sass.embedded.html
embed: scope:source.sass
escape: (?i)(?=(?:-->\s*)?</style)
- tag-generic-attribute-meta
Expand All @@ -722,8 +722,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: style-close-tag
- embed_scope: source.scss.embedded.html
match: ''
- match: ''
embed_scope: source.scss.embedded.html
embed: scope:source.scss
escape: (?i)(?=(?:-->\s*)?</style)
- tag-generic-attribute-meta
Expand All @@ -736,8 +736,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: style-close-tag
- embed_scope: source.stylus.embedded.html
match: ''
- match: ''
embed_scope: source.stylus.embedded.html
embed: scope:source.stylus
escape: (?i)(?=(?:-->\s*)?</style)
- tag-generic-attribute-meta
Expand All @@ -750,8 +750,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: style-close-tag
- embed_scope: source.postcss.embedded.html
match: ''
- match: ''
embed_scope: source.postcss.embedded.html
embed: scope:source.postcss
escape: (?i)(?=(?:-->\s*)?</style)
- tag-generic-attribute-meta
Expand All @@ -764,8 +764,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: style-close-tag
- embed_scope: source.css.less.embedded.html
match: ''
- match: ''
embed_scope: source.css.less.embedded.html
embed: scope:source.css.less
escape: (?i)(?=(?:-->\s*)?</style)
- tag-generic-attribute-meta
Expand Down Expand Up @@ -798,8 +798,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: script-close-tag
- embed_scope: source.coffee.embedded.html
match: ''
- match: ''
embed_scope: source.coffee.embedded.html
embed: scope:source.coffee
escape: (?i)(?=(?:-->\s*)?</script)
- tag-generic-attribute-meta
Expand All @@ -812,8 +812,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: script-close-tag
- embed_scope: source.livescript.embedded.html
match: ''
- match: ''
embed_scope: source.livescript.embedded.html
embed: scope:source.livescript
escape: (?i)(?=(?:-->\s*)?</script)
- tag-generic-attribute-meta
Expand All @@ -826,8 +826,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: script-close-tag
- embed_scope: source.ts.embedded.html
match: ''
- match: ''
embed_scope: source.ts.embedded.html
embed: scope:source.ts
escape: (?i)(?=(?:-->\s*)?</script)
- tag-generic-attribute-meta
Expand Down Expand Up @@ -886,8 +886,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: template-close-tag
- embed_scope: text.jade.embedded.html
match: ''
- match: ''
embed_scope: text.jade.embedded.html
embed: scope:text.jade
escape: (?i)(?=(?:-->\s*)?</template)
- tag-generic-attribute-meta
Expand All @@ -900,8 +900,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: template-close-tag
- embed_scope: text.pug.embedded.html
match: ''
- match: ''
embed_scope: text.pug.embedded.html
embed: scope:text.pug
escape: (?i)(?=(?:-->\s*)?</template)
- tag-generic-attribute-meta
Expand All @@ -914,8 +914,8 @@ contexts:
scope: punctuation.definition.tag.end.html
set:
- include: template-close-tag
- embed_scope: text.slm.embedded.html
match: ''
- match: ''
embed_scope: text.slm.embedded.html
embed: scope:text.slm
escape: (?i)(?=(?:-->\s*)?</template)
- tag-generic-attribute-meta
Expand Down
2 changes: 1 addition & 1 deletion Vue Component.sublime-syntax.yaml-macros
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%YAML 1.2
%TAG ! tag:yaml-macros:macros:
%TAG ! tag:yaml-macros:src.macros:
---
!extend
_base: HTML.yaml
Expand Down
File renamed without changes.