// This is a TextMate grammar distributed by `starry-night`. // This grammar is developed at // // and licensed `mpl-2.0`. // See for more info. /** * @import {Grammar} from '@wooorm/starry-night' */ /** @type {Grammar} */ const grammar = { extensions: [], names: [], patterns: [ {include: '#module_metadata'}, {include: '#comments'}, {include: '#functions'}, {include: '#keywords'}, {include: '#numbers'}, {include: '#storage'}, {include: '#strings'}, {include: '#types'}, {match: '_(?=\\s*\\n)', name: 'constant.other.vb6'} ], repository: { comments: { begin: "(?=')|(?:^(?:(\\d*)\\s*|[a-zA-Z][a-zA-Z0-9]{0,254}:\\s*)|:\\s*)(?=(?i:Rem ))", beginCaptures: {1: {name: 'constant.numeric.decimal'}}, end: '(?