fix(manual): end syntax highlighting of extend body
This commit is contained in:
@@ -127,14 +127,14 @@ contexts:
|
|||||||
push: type-params
|
push: type-params
|
||||||
- match: \{
|
- match: \{
|
||||||
scope: punctuation.section.block.begin
|
scope: punctuation.section.block.begin
|
||||||
push: extend-body
|
set: extend-body
|
||||||
|
|
||||||
extend-body:
|
extend-body:
|
||||||
- include: comments
|
- include: comments
|
||||||
- include: member-stmt
|
- include: member-stmt
|
||||||
- match: \}
|
- match: \}
|
||||||
scope: punctuation.section.block.end
|
scope: punctuation.section.block.end
|
||||||
pop: 2
|
pop: true
|
||||||
|
|
||||||
member-stmt:
|
member-stmt:
|
||||||
- match: \b(prop|def)\b
|
- match: \b(prop|def)\b
|
||||||
|
|||||||
Reference in New Issue
Block a user