// 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: ['.gohtml', '.gotmpl', '.html.tmpl', '.tmpl', '.tpl'], names: ['go-template', 'gotmpl'], patterns: [ {include: '#comments'}, {include: '#operators'}, {include: '#variables'}, {include: '#keywords'}, { begin: '"', beginCaptures: { 0: {name: 'punctuation.definition.string.begin.go-template'} }, end: '(?