// This is a TextMate grammar distributed by `starry-night`. // This grammar is developed at // // and licensed `isc`. // See for more info. /** * @import {Grammar} from '@wooorm/starry-night' */ /** @type {Grammar} */ const grammar = { dependencies: ['source.xlfd'], extensions: [], names: ['x-font-directory-index'], patterns: [{include: '#main'}], repository: { comment: { begin: '^!', beginCaptures: {0: {name: 'punctuation.definition.comment.fontdir'}}, end: '(?=$)', name: 'comment.line.bang.exclamation-mark.fontdir' }, entryCount: { match: '\\A([0-9]+)(?=\\s|$)', name: 'constant.numeric.integer.int.decimal.fontdir' }, entryName: { patterns: [ {include: '#string'}, { match: '^(?:[^-\\s]|\\s(?!-|\\S+$)|(?