name: Bulletin Board fileTypes:

scopeName: text.bbcode uuid: AC4E0E7E-CC15-4394-A858-6C7E3C09C414 foldingStartMarker: |-

(?x)
        (\[(?i:quote|code|list)\b.*?\]
        |<!--(?!.*-->)
        |\{\s*($|\?>\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
        )

patterns:

foldingStopMarker: |-

(?x)
        (\[/(?i:quote|code|list)\b.*?\]
        |^\s*-->
        |(^|\s)\}
        )

keyEquivalent: ^~B