Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ contexts:
- include: context_list_content
# limit context to the current line
- match: $|(?=\S)
pop: true
set: expect_include
# maybe single include
- match: (?=\S)
set: expect_include
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,21 @@ contexts: !mytag
pop: 3
# ^ constant.numeric.integer

- match: foo
push:
!mytag scope
# ^^^^^^ storage.type.tag-handle.yaml
# ^^^^^ variable.other.sublime-syntax

- match: foo
push: scope
# ^^^^^ meta.include.sublime-syntax string.unquoted.plain.out.yaml variable.other.sublime-syntax

- match: foo
push:
scope
# ^^^^^ meta.include.sublime-syntax string.unquoted.plain.out.yaml variable.other.sublime-syntax

- match: foo
push:
-
Expand Down