// 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 = { extensions: ['.bst'], names: ['bibtex-style'], patterns: [ {include: '#comments'}, {include: '#function-declaration'}, {include: '#command-keywords'}, {include: '#operators'}, {include: '#builtin-objects'}, {include: '#string'}, {include: '#number'} ], repository: { 'builtin-objects': { patterns: [ { match: '\\b(?', name: 'keyword.operator.relational.bst'}, {match: '\\=', name: 'keyword.operator.comparison.bst'}, {match: '\\+|-|\\*', name: 'keyword.operator.arithmetic.bst'}, {match: ':\\=', name: 'keyword.operator.assignment.bst'}, { match: '\\b(?