; HDL bracket matching ; Parentheses for part instantiations and connections "(" @open ")" @close ; Square brackets for bus identifiers "[" @open "]" @close ; Curly braces for chip definitions "{" @open "}" @close ; Part instantiation containers (part "(" @open ")" @close) @container ; Bus identifier containers (bus_identifier "[" @open "]" @close) @container ; Chip definition container (chip_definition "{" @open "}" @close) @container