Path: blob/main/extensions/handlebars/syntaxes/Handlebars.tmLanguage.json
3292 views
{1"information_for_contributors": [2"This file has been converted from https://github.com/daaain/Handlebars/blob/master/grammars/Handlebars.json",3"If you want to provide a fix or improvement, please create a pull request against the original repository.",4"Once accepted there, we are happy to receive an update request."5],6"version": "https://github.com/daaain/Handlebars/commit/85a153a6f759df4e8da7533e1b3651f007867c51",7"name": "Handlebars",8"scopeName": "text.html.handlebars",9"patterns": [10{11"include": "#yfm"12},13{14"include": "#extends"15},16{17"include": "#block_comments"18},19{20"include": "#comments"21},22{23"include": "#block_helper"24},25{26"include": "#end_block"27},28{29"include": "#else_token"30},31{32"include": "#partial_and_var"33},34{35"include": "#inline_script"36},37{38"include": "#html_tags"39},40{41"include": "text.html.basic"42}43],44"repository": {45"html_tags": {46"patterns": [47{48"begin": "(<)([a-zA-Z0-9:-]+)(?=[^>]*></\\2>)",49"beginCaptures": {50"1": {51"name": "punctuation.definition.tag.html"52},53"2": {54"name": "entity.name.tag.html"55}56},57"end": "(>(<)/)(\\2)(>)",58"endCaptures": {59"1": {60"name": "punctuation.definition.tag.html"61},62"2": {63"name": "meta.scope.between-tag-pair.html"64},65"3": {66"name": "entity.name.tag.html"67},68"4": {69"name": "punctuation.definition.tag.html"70}71},72"name": "meta.tag.any.html",73"patterns": [74{75"include": "#tag-stuff"76}77]78},79{80"begin": "(<\\?)(xml)",81"captures": {82"1": {83"name": "punctuation.definition.tag.html"84},85"2": {86"name": "entity.name.tag.xml.html"87}88},89"end": "(\\?>)",90"name": "meta.tag.preprocessor.xml.html",91"patterns": [92{93"include": "#tag_generic_attribute"94},95{96"include": "#string"97}98]99},100{101"begin": "<!--",102"captures": {103"0": {104"name": "punctuation.definition.comment.html"105}106},107"end": "--\\s*>",108"name": "comment.block.html",109"patterns": [110{111"match": "--",112"name": "invalid.illegal.bad-comments-or-CDATA.html"113}114]115},116{117"begin": "<!",118"captures": {119"0": {120"name": "punctuation.definition.tag.html"121}122},123"end": ">",124"name": "meta.tag.sgml.html",125"patterns": [126{127"begin": "(DOCTYPE|doctype)",128"captures": {129"1": {130"name": "entity.name.tag.doctype.html"131}132},133"end": "(?=>)",134"name": "meta.tag.sgml.doctype.html",135"patterns": [136{137"match": "\"[^\">]*\"",138"name": "string.quoted.double.doctype.identifiers-and-DTDs.html"139}140]141},142{143"begin": "\\[CDATA\\[",144"end": "]](?=>)",145"name": "constant.other.inline-data.html"146},147{148"match": "(\\s*)(?!--|>)\\S(\\s*)",149"name": "invalid.illegal.bad-comments-or-CDATA.html"150}151]152},153{154"begin": "(?:^\\s+)?(<)((?i:style))\\b(?![^>]*/>)",155"captures": {156"1": {157"name": "punctuation.definition.tag.html"158},159"2": {160"name": "entity.name.tag.style.html"161},162"3": {163"name": "punctuation.definition.tag.html"164}165},166"end": "(</)((?i:style))(>)(?:\\s*\\n)?",167"name": "source.css.embedded.html",168"patterns": [169{170"include": "#tag-stuff"171},172{173"begin": "(>)",174"beginCaptures": {175"1": {176"name": "punctuation.definition.tag.html"177}178},179"end": "(?=</(?i:style))",180"patterns": [181{182"include": "source.css"183}184]185}186]187},188{189"begin": "(?:^\\s+)?(<)((?i:script))\\b(?![^>]*/>)",190"beginCaptures": {191"1": {192"name": "punctuation.definition.tag.html"193},194"2": {195"name": "entity.name.tag.script.html"196}197},198"end": "(?<=</(script|SCRIPT))(>)(?:\\s*\\n)?",199"endCaptures": {200"2": {201"name": "punctuation.definition.tag.html"202}203},204"name": "source.js.embedded.html",205"patterns": [206{207"include": "#tag-stuff"208},209{210"begin": "(?<!</(?:script|SCRIPT))(>)",211"captures": {212"1": {213"name": "punctuation.definition.tag.html"214},215"2": {216"name": "entity.name.tag.script.html"217}218},219"end": "(</)((?i:script))",220"patterns": [221{222"captures": {223"1": {224"name": "punctuation.definition.comment.js"225}226},227"match": "(//).*?((?=</script)|$\\n?)",228"name": "comment.line.double-slash.js"229},230{231"begin": "/\\*",232"captures": {233"0": {234"name": "punctuation.definition.comment.js"235}236},237"end": "\\*/|(?=</script)",238"name": "comment.block.js"239},240{241"include": "source.js"242}243]244}245]246},247{248"begin": "(</?)((?i:body|head|html)\\b)",249"captures": {250"1": {251"name": "punctuation.definition.tag.html"252},253"2": {254"name": "entity.name.tag.structure.any.html"255}256},257"end": "(>)",258"name": "meta.tag.structure.any.html",259"patterns": [260{261"include": "#tag-stuff"262}263]264},265{266"begin": "(</?)((?i:address|blockquote|dd|div|header|section|footer|aside|nav|dl|dt|fieldset|form|frame|frameset|h1|h2|h3|h4|h5|h6|iframe|noframes|object|ol|p|ul|applet|center|dir|hr|menu|pre)\\b)",267"captures": {268"1": {269"name": "punctuation.definition.tag.html"270},271"2": {272"name": "entity.name.tag.block.any.html"273}274},275"end": "(>)",276"name": "meta.tag.block.any.html",277"patterns": [278{279"include": "#tag-stuff"280}281]282},283{284"begin": "(</?)((?i:a|abbr|acronym|area|b|base|basefont|bdo|big|br|button|caption|cite|code|col|colgroup|del|dfn|em|font|head|html|i|img|input|ins|isindex|kbd|label|legend|li|link|map|meta|noscript|optgroup|option|param|q|s|samp|script|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|title|tr|tt|u|var)\\b)",285"captures": {286"1": {287"name": "punctuation.definition.tag.html"288},289"2": {290"name": "entity.name.tag.inline.any.html"291}292},293"end": "((?: ?/)?>)",294"name": "meta.tag.inline.any.html",295"patterns": [296{297"include": "#tag-stuff"298}299]300},301{302"begin": "(</?)([a-zA-Z0-9:-]+)",303"captures": {304"1": {305"name": "punctuation.definition.tag.html"306},307"2": {308"name": "entity.name.tag.other.html"309}310},311"end": "(>)",312"name": "meta.tag.other.html",313"patterns": [314{315"include": "#tag-stuff"316}317]318},319{320"begin": "(</?)([a-zA-Z0-9{}:-]+)",321"captures": {322"1": {323"name": "punctuation.definition.tag.html"324},325"2": {326"name": "entity.name.tag.tokenised.html"327}328},329"end": "(>)",330"name": "meta.tag.tokenised.html",331"patterns": [332{333"include": "#tag-stuff"334}335]336},337{338"include": "#entities"339},340{341"match": "<>",342"name": "invalid.illegal.incomplete.html"343},344{345"match": "<",346"name": "invalid.illegal.bad-angle-bracket.html"347}348]349},350"entities": {351"patterns": [352{353"captures": {354"1": {355"name": "punctuation.definition.entity.html"356},357"3": {358"name": "punctuation.definition.entity.html"359}360},361"name": "constant.character.entity.html",362"match": "(&)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)"363},364{365"name": "invalid.illegal.bad-ampersand.html",366"match": "&"367}368]369},370"end_block": {371"begin": "(\\{\\{)(~?/)([a-zA-Z0-9/_\\.-]+)\\s*",372"end": "(~?\\}\\})",373"name": "meta.function.block.end.handlebars",374"endCaptures": {375"1": {376"name": "support.constant.handlebars"377}378},379"beginCaptures": {380"1": {381"name": "support.constant.handlebars"382},383"2": {384"name": "support.constant.handlebars keyword.control"385},386"3": {387"name": "support.constant.handlebars keyword.control"388}389},390"patterns": []391},392"yfm": {393"patterns": [394{395"patterns": [396{397"include": "source.yaml"398}399],400"begin": "(?<!\\s)---\\n$",401"end": "^---\\s",402"name": "markup.raw.yaml.front-matter"403}404]405},406"comments": {407"patterns": [408{409"patterns": [410{411"name": "keyword.annotation.handlebars",412"match": "@\\w*"413},414{415"include": "#comments"416}417],418"begin": "\\{\\{!",419"end": "\\}\\}",420"name": "comment.block.handlebars"421},422{423"captures": {424"0": {425"name": "punctuation.definition.comment.html"426}427},428"begin": "<!--",429"end": "-{2,3}\\s*>",430"name": "comment.block.html",431"patterns": [432{433"name": "invalid.illegal.bad-comments-or-CDATA.html",434"match": "--"435}436]437}438]439},440"block_comments": {441"patterns": [442{443"patterns": [444{445"name": "keyword.annotation.handlebars",446"match": "@\\w*"447},448{449"include": "#comments"450}451],452"begin": "\\{\\{!--",453"end": "--\\}\\}",454"name": "comment.block.handlebars"455},456{457"captures": {458"0": {459"name": "punctuation.definition.comment.html"460}461},462"begin": "<!--",463"end": "-{2,3}\\s*>",464"name": "comment.block.html",465"patterns": [466{467"name": "invalid.illegal.bad-comments-or-CDATA.html",468"match": "--"469}470]471}472]473},474"block_helper": {475"begin": "(\\{\\{)(~?\\#)([-a-zA-Z0-9_\\./>]+)\\s?(@?[-a-zA-Z0-9_\\./]+)*\\s?(@?[-a-zA-Z0-9_\\./]+)*\\s?(@?[-a-zA-Z0-9_\\./]+)*",476"end": "(~?\\}\\})",477"name": "meta.function.block.start.handlebars",478"endCaptures": {479"1": {480"name": "support.constant.handlebars"481}482},483"beginCaptures": {484"1": {485"name": "support.constant.handlebars"486},487"2": {488"name": "support.constant.handlebars keyword.control"489},490"3": {491"name": "support.constant.handlebars keyword.control"492},493"4": {494"name": "variable.parameter.handlebars"495},496"5": {497"name": "support.constant.handlebars"498},499"6": {500"name": "variable.parameter.handlebars"501},502"7": {503"name": "support.constant.handlebars"504}505},506"patterns": [507{508"include": "#string"509},510{511"include": "#handlebars_attribute"512}513]514},515"string-single-quoted": {516"begin": "'",517"end": "'",518"name": "string.quoted.single.handlebars",519"endCaptures": {520"0": {521"name": "punctuation.definition.string.end.html"522}523},524"beginCaptures": {525"0": {526"name": "punctuation.definition.string.begin.html"527}528},529"patterns": [530{531"include": "#escaped-single-quote"532},533{534"include": "#block_comments"535},536{537"include": "#comments"538},539{540"include": "#block_helper"541},542{543"include": "#else_token"544},545{546"include": "#end_block"547},548{549"include": "#partial_and_var"550}551]552},553"string": {554"patterns": [555{556"include": "#string-single-quoted"557},558{559"include": "#string-double-quoted"560}561]562},563"escaped-single-quote": {564"name": "constant.character.escape.js",565"match": "\\\\'"566},567"escaped-double-quote": {568"name": "constant.character.escape.js",569"match": "\\\\\""570},571"partial_and_var": {572"begin": "(\\{\\{~?\\{*(>|!<)*)\\s*(@?[-a-zA-Z0-9$_\\./]+)*",573"end": "(~?\\}\\}\\}*)",574"name": "meta.function.inline.other.handlebars",575"beginCaptures": {576"1": {577"name": "support.constant.handlebars"578},579"3": {580"name": "variable.parameter.handlebars"581}582},583"endCaptures": {584"1": {585"name": "support.constant.handlebars"586}587},588"patterns": [589{590"include": "#string"591},592{593"include": "#handlebars_attribute"594}595]596},597"handlebars_attribute_name": {598"begin": "\\b([-a-zA-Z0-9_\\.]+)\\b=",599"captures": {600"1": {601"name": "variable.parameter.handlebars"602}603},604"end": "(?='|\"|)",605"name": "entity.other.attribute-name.handlebars"606},607"handlebars_attribute_value": {608"begin": "([-a-zA-Z0-9_\\./]+)\\b",609"captures": {610"1": {611"name": "variable.parameter.handlebars"612}613},614"end": "('|\"|)",615"name": "entity.other.attribute-value.handlebars",616"patterns": [617{618"include": "#string"619}620]621},622"handlebars_attribute": {623"patterns": [624{625"include": "#handlebars_attribute_name"626},627{628"include": "#handlebars_attribute_value"629}630]631},632"extends": {633"patterns": [634{635"end": "(\\}\\})",636"begin": "(\\{\\{!<)\\s([-a-zA-Z0-9_\\./]+)",637"beginCaptures": {638"1": {639"name": "support.function.handlebars"640},641"2": {642"name": "support.class.handlebars"643}644},645"endCaptures": {646"1": {647"name": "support.function.handlebars"648}649},650"name": "meta.preprocessor.handlebars"651}652]653},654"else_token": {655"begin": "(\\{\\{)(~?else)(@?\\s(if)\\s([-a-zA-Z0-9_\\.\\(\\s\\)/]+))?",656"end": "(~?\\}\\}\\}*)",657"name": "meta.function.inline.else.handlebars",658"beginCaptures": {659"1": {660"name": "support.constant.handlebars"661},662"2": {663"name": "support.constant.handlebars keyword.control"664},665"3": {666"name": "support.constant.handlebars"667},668"4": {669"name": "variable.parameter.handlebars"670}671},672"endCaptures": {673"1": {674"name": "support.constant.handlebars"675}676}677},678"string-double-quoted": {679"begin": "\"",680"end": "\"",681"name": "string.quoted.double.handlebars",682"beginCaptures": {683"0": {684"name": "punctuation.definition.string.begin.html"685}686},687"endCaptures": {688"0": {689"name": "punctuation.definition.string.end.html"690}691},692"patterns": [693{694"include": "#escaped-double-quote"695},696{697"include": "#block_comments"698},699{700"include": "#comments"701},702{703"include": "#block_helper"704},705{706"include": "#else_token"707},708{709"include": "#end_block"710},711{712"include": "#partial_and_var"713}714]715},716"inline_script": {717"begin": "(?:^\\s+)?(<)((?i:script))\\b(?:.*(type)=([\"'](?:text/x-handlebars-template|text/x-handlebars|text/template|x-tmpl-handlebars)[\"']))(?![^>]*/>)",718"beginCaptures": {719"1": {720"name": "punctuation.definition.tag.html"721},722"2": {723"name": "entity.name.tag.script.html"724},725"3": {726"name": "entity.other.attribute-name.html"727},728"4": {729"name": "string.quoted.double.html"730}731},732"end": "(?<=</(script|SCRIPT))(>)(?:\\s*\\n)?",733"endCaptures": {734"2": {735"name": "punctuation.definition.tag.html"736}737},738"name": "source.handlebars.embedded.html",739"patterns": [740{741"include": "#tag-stuff"742},743{744"begin": "(?<!</(?:script|SCRIPT))(>)",745"captures": {746"1": {747"name": "punctuation.definition.tag.html"748},749"2": {750"name": "entity.name.tag.script.html"751}752},753"end": "(</)((?i:script))",754"patterns": [755{756"include": "#block_comments"757},758{759"include": "#comments"760},761{762"include": "#block_helper"763},764{765"include": "#end_block"766},767{768"include": "#else_token"769},770{771"include": "#partial_and_var"772},773{774"include": "#html_tags"775},776{777"include": "text.html.basic"778}779]780}781]782},783"tag_generic_attribute": {784"begin": "\\b([a-zA-Z0-9_-]+)\\b\\s*(=)",785"captures": {786"1": {787"name": "entity.other.attribute-name.generic.html"788},789"2": {790"name": "punctuation.separator.key-value.html"791}792},793"patterns": [794{795"include": "#string"796}797],798"name": "entity.other.attribute-name.html",799"end": "(?<='|\"|)"800},801"tag_id_attribute": {802"begin": "\\b(id)\\b\\s*(=)",803"captures": {804"1": {805"name": "entity.other.attribute-name.id.html"806},807"2": {808"name": "punctuation.separator.key-value.html"809}810},811"end": "(?<='|\"|)",812"name": "meta.attribute-with-value.id.html",813"patterns": [814{815"include": "#string"816}817]818},819"tag-stuff": {820"patterns": [821{822"include": "#tag_id_attribute"823},824{825"include": "#tag_generic_attribute"826},827{828"include": "#string"829},830{831"include": "#block_comments"832},833{834"include": "#comments"835},836{837"include": "#block_helper"838},839{840"include": "#end_block"841},842{843"include": "#else_token"844},845{846"include": "#partial_and_var"847}848]849}850}851}852853