// This is a TextMate grammar distributed by `starry-night`. // This grammar is developed at // // and licensed `mit`. // See for more info. /** * @import {Grammar} from '@wooorm/starry-night' */ /** @type {Grammar} */ const grammar = { dependencies: ['source.hx'], extensions: ['.hxml'], names: ['hxml'], patterns: [ { captures: {1: {name: 'punctuation.definition.comment.hxml'}}, match: '(#).*$\\n?', name: 'comment.line.number-sign.hxml' }, { begin: '(?