Sha256: 5a3fdcce2955630ab4cff08ae8b9eace8485f6f93466b8ecbec570a1222ee659

Contents?: true

Size: 986 Bytes

Versions: 130

Compression:

Stored size: 986 Bytes

Contents

--- 
name: HTML (Rails)
fileTypes: 
- rhtml
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: 
- name: comment.block.erb
  captures: 
    "0": 
      name: punctuation.definition.comment.erb
  begin: <%+#
  end: "%>"
- name: source.ruby.rails.embedded.html
  captures: 
    "0": 
      name: punctuation.section.embedded.ruby
  begin: <%+(?!>)=?
  end: -?%>
  patterns: 
  - name: comment.line.number-sign.ruby
    captures: 
      "1": 
        name: punctuation.definition.comment.ruby
    match: (#).*?(?=-?%>)
  - include: source.ruby.rails
- include: text.html.basic
foldingStopMarker: |-
  (?x)
  		(</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)>
  		|^\s*-->
  		|(^|\s)\}
  		)
keyEquivalent: ^~R

Version data entries

130 entries across 125 versions & 18 rubygems

Version Path
hyperbolist-ultraviolet-0.10.201 syntax/html_rails.syntax
zmack-ultraviolet-0.10.2 syntax/html_rails.syntax
kitabu-0.4.6 lib/kitabu/vendor/ruby1.9/uv/syntax/html_rails.syntax
kitabu-0.4.6 lib/kitabu/vendor/ruby1.8/uv/syntax/html_rails.syntax
kitabu-0.4.5 lib/kitabu/vendor/ruby1.9/uv/syntax/html_rails.syntax
kitabu-0.4.5 lib/kitabu/vendor/ruby1.8/uv/syntax/html_rails.syntax
ultraviolet-0.10.1 syntax/html_rails.syntax
ultraviolet-0.10.0 syntax/html_rails.syntax
ultraviolet-0.10.2 syntax/html_rails.syntax
ultraviolet-0.9.0 syntax/html_rails.syntax