var pug_tmLanguage = {information_for_contributors:["This file has been converted from https://github.com/davidrios/pug-tmbundle/blob/master/Syntaxes/Pug.JSON-tmLanguage","If you want to provide a fix or improvement, please create a pull request against the original repository.","Once accepted there, we are happy to receive an update request."],version:"https://github.com/davidrios/pug-tmbundle/commit/ae1dd60ca4aa4b45617f236d584216cd8d19eecf",name:"pug",scopeName:"text.pug",patterns:[{match:"^(!!!|doctype)(\\s*[a-zA-Z0-9-_]+)?",name:"meta.tag.sgml.doctype.html",comment:"Doctype declaration."},{begin:"^(\\s*)//-",end:"^(?!(\\1\\s)|\\s*$)",name:"comment.unbuffered.block.pug",comment:"Unbuffered (pug-only) comments."},{begin:"^(\\s*)//",end:"^(?!(\\1\\s)|\\s*$)",name:"string.comment.buffered.block.pug",comment:"Buffered (html) comments.",patterns:[{captures:{"1":{name:"invalid.illegal.comment.comment.block.pug"}},match:"^\\s*(//)(?!-)",name:"string.comment.buffered.block.pug",comment:"Buffered comments inside buffered comments will generate invalid html."}]},{begin:"