name: HTML (Rails) fileTypes:

scopeName: text.html.ruby uuid: 45D7E1FC-7D0B-4105-A1A2-3D10BB555A5C foldingStartMarker: |-

(?x)
              (<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\b.*?>
              |<!--(?!.*-->)
              |\{\s*($|\?>\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
              )

patterns:

foldingStopMarker: |-

(?x)
              (</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)>
              |^\s*-->
              |(^|\s)\}
              )

keyEquivalent: ^~R