format: improve type definition BEGIN/END macro recognition

This commit is contained in:
2025-10-18 21:50:24 +01:00
parent 503dc56328
commit 6b5f0319c3

View File

@@ -57,5 +57,5 @@ AttributeMacros:
ForEachMacros:
- b_btree_foreach
- b_queue_foreach
MacroBlockBegin: "^B_.*_BEGIN$"
MacroBlockEnd: "^B_.*_END$"
MacroBlockBegin: "^B_TYPE_.*_BEGIN$"
MacroBlockEnd: "^B_TYPE_.*_END$"