Sha256: 9b1d7b9d29233f162f58b542c7290974c14047b4f621655249e74c58eb89fcc4

Contents?: true

Size: 1.28 KB

Versions: 3

Compression:

Stored size: 1.28 KB

Contents

---
name: NAnt Build File
fileTypes:
- build
scopeName: source.nant-build
uuid: 1BA72668-707C-11D9-A928-000D93589AF6
foldingStartMarker: <[^!?/>]+|<!--
patterns:
- name: comment.block.nant
  captures:
    "0":
      name: punctuation.definition.comment.nant
  begin: <!--
  end: -->
- name: meta.tag.nant
  captures:
    "1":
      name: punctuation.definition.tag.nant
    "2":
      name: entity.name.tag.nant
  begin: (</?)([-_a-zA-Z0-9:]+)
  end: (/?>)
  patterns:
  - name: entity.other.attribute-name.nant
    match: " ([a-zA-Z-]+)"
  - name: string.quoted.double.nant
    endCaptures:
      "0":
        name: punctuation.definition.string.end.nant
    begin: "\""
    beginCaptures:
      "0":
        name: punctuation.definition.string.begin.nant
    end: "\""
  - name: string.quoted.single.nant
    endCaptures:
      "0":
        name: punctuation.definition.string.end.nant
    begin: "'"
    beginCaptures:
      "0":
        name: punctuation.definition.string.begin.nant
    end: "'"
- name: constant.character.entity.nant
  captures:
    "1":
      name: punctuation.definition.constant.nant
    "3":
      name: punctuation.definition.constant.nant
  match: (&)([a-zA-Z]+|#[0-9]+|#x[0-9a-fA-F]+)(;)
- name: invalid.illegal.bad-ampersand.nant
  match: "&"
foldingStopMarker: />|</[^?>]+|-->

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
uv-0.0.7.5 syntax/build.syntax
uv-0.0.7.4 syntax/build.syntax
uv-0.0.7.3 syntax/build.syntax