import haxe from './haxe.mjs'; const lang = Object.freeze({ "displayName": "HXML", "fileTypes": ["hxml"], "foldingStartMarker": "--next", "foldingStopMarker": "\\n\\n", "name": "hxml", "patterns": [{ "captures": { "1": { "name": "punctuation.definition.comment.hxml" } }, "match": "(#).*$\\n?", "name": "comment.line.number-sign.hxml" }, { "begin": "(?