Sha256: 39b2be4619b7f32360c1b974ae689b51f5cb9cd30bc806a0252d4be573ed15c5

Contents?: true

Size: 713 Bytes

Versions: 2

Compression:

Stored size: 713 Bytes

Contents

---
name: HTML (ASP)
fileTypes:
- asp
scopeName: text.html.asp
uuid: 27798CC6-6B1D-11D9-B8FA-000D93589AF6
foldingStartMarker: "(<(?i:(head|table|div|style|script|ul|ol|form|dl))\\b.*?>|\\{)"
patterns:
- name: source.asp.embedded.html
  endCaptures:
    '0':
      name: punctuation.section.embedded.end.asp
  begin: "<%=?"
  beginCaptures:
    '0':
      name: punctuation.section.embedded.begin.asp
  end: "%>"
  patterns:
  - name: comment.line.apostrophe.asp
    captures:
      '1':
        name: punctuation.definition.comment.asp
    match: "(').*?(?=%>)"
  - include: source.asp
- include: text.html.basic
foldingStopMarker: "(</(?i:(head|table|div|style|script|ul|ol|form|dl))>|\\})"
keyEquivalent: "^~A"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
code_rippa-1.0.1 lib/code_rippa/syntax/html-asp.syntax
code_rippa-1.0.0 lib/code_rippa/syntax/html-asp.syntax