fix(manual): end syntax highlighting of extend body

This commit is contained in:
2026-06-30 14:03:42 +02:00
parent e28f324a85
commit e15607b763

View File

@@ -127,14 +127,14 @@ contexts:
push: type-params
- match: \{
scope: punctuation.section.block.begin
push: extend-body
set: extend-body
extend-body:
- include: comments
- include: member-stmt
- match: \}
scope: punctuation.section.block.end
pop: 2
pop: true
member-stmt:
- match: \b(prop|def)\b