{
  "fileTypes": [
    "hxml"
  ],
  "keyEquivalent": "^@H",
  "name": "Hxml",
  "foldingStartMarker": "--next",
  "foldingStopMarker": "\\n\\n",
  "patterns": [
    {
      "match": "(-cpp?|-js|-as3|-swf-(header|version|lib)|-swf9?|-neko|-python|-php|-cs|-java|-xml|-x|-main|-lib|-D|-resource|-exclude|-v|-debug|-prompt|-cmd|-dce|--flash-strict|--no-traces|--flash-use-stage|--neko-source|--gen-hx-classes|-java-lib|-net-lib|--each|--next|--display|--no-output|--times|--no-inline|--no-opt|--php-front|--php-lib|--php-prefix|--remap|-help|--help|-java|-cs|--dead-code-elimination|--js-modern|--interp|--macro|--dce|--wait|--connect|--cwd|--help-defines|--run)",
      "name": "keyword.other.hxml"
    },
    {
      "captures": {
        "1": {
          "name": "punctuation.definition.comment.actionscript"
        }
      },
      "match": "(#).*$\\n?",
      "name": "comment.line.number-sign.hxml"
    }
  ],
  "scopeName": "source.hxml",
  "uuid": "CB1B853A-C4C8-42C3-BA70-1B1605BE51C1"
}