format: improve type definition BEGIN/END macro recognition
This commit is contained in:
@@ -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$"
|
||||
|
||||
Reference in New Issue
Block a user