From e15607b763b4d3f15336a905f9c3d4ec0451a70c Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Tue, 30 Jun 2026 14:03:42 +0200 Subject: [PATCH] fix(manual): end syntax highlighting of extend body --- docs/midas.sublime-syntax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/midas.sublime-syntax b/docs/midas.sublime-syntax index 66db18e..d6abba6 100644 --- a/docs/midas.sublime-syntax +++ b/docs/midas.sublime-syntax @@ -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