update grammars

This commit is contained in:
Martin Aeschlimann
2017-07-18 10:09:38 +08:00
parent 08f65e7a53
commit 7790c4a753
37 changed files with 650 additions and 78 deletions

View File

@@ -220,7 +220,7 @@
}
},
{
"c": "{{#if",
"c": "{{",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -230,6 +230,17 @@
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "#if",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": " ",
"t": "text.html.handlebars meta.function.block.start.handlebars",
@@ -429,7 +440,29 @@
}
},
{
"c": "{{else}}",
"c": "{{",
"t": "text.html.handlebars meta.function.inline.else.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
"light_plus": "support.constant.handlebars: #795E26",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "else",
"t": "text.html.handlebars meta.function.inline.else.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": "}}",
"t": "text.html.handlebars meta.function.inline.else.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -539,7 +572,29 @@
}
},
{
"c": "{{/if}}",
"c": "{{",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
"light_plus": "support.constant.handlebars: #795E26",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "/if",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": "}}",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -627,7 +682,7 @@
}
},
{
"c": "{{#unless",
"c": "{{",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -637,6 +692,17 @@
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "#unless",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": " ",
"t": "text.html.handlebars meta.function.block.start.handlebars",
@@ -825,7 +891,29 @@
}
},
{
"c": "{{/unless}}",
"c": "{{",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
"light_plus": "support.constant.handlebars: #795E26",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "/unless",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": "}}",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -990,7 +1078,7 @@
}
},
{
"c": "{{#each",
"c": "{{",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -1000,6 +1088,17 @@
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "#each",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": " ",
"t": "text.html.handlebars meta.function.block.start.handlebars",
@@ -1155,7 +1254,29 @@
}
},
{
"c": "{{/each}}",
"c": "{{",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
"light_plus": "support.constant.handlebars: #795E26",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "/each",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": "}}",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -1430,7 +1551,7 @@
}
},
{
"c": "{{#each",
"c": "{{",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -1440,6 +1561,17 @@
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "#each",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": " ",
"t": "text.html.handlebars meta.function.block.start.handlebars",
@@ -1914,7 +2046,29 @@
}
},
{
"c": "{{/each}}",
"c": "{{",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
"light_plus": "support.constant.handlebars: #795E26",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "/each",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": "}}",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",

View File

@@ -187,7 +187,7 @@
}
},
{
"c": "{{#each",
"c": "{{",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -197,6 +197,17 @@
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "#each",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": " ",
"t": "text.html.handlebars meta.function.block.start.handlebars",
@@ -671,7 +682,29 @@
}
},
{
"c": "{{/each}}",
"c": "{{",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
"light_plus": "support.constant.handlebars: #795E26",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "/each",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": "}}",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -1045,7 +1078,7 @@
}
},
{
"c": "{{#if",
"c": "{{",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -1055,6 +1088,17 @@
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "#if",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": " ",
"t": "text.html.handlebars meta.function.block.start.handlebars",
@@ -1254,7 +1298,29 @@
}
},
{
"c": "{{/if}}",
"c": "{{",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
"light_plus": "support.constant.handlebars: #795E26",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "/if",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": "}}",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -1628,7 +1694,7 @@
}
},
{
"c": "{{#each",
"c": "{{",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
@@ -1638,6 +1704,17 @@
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "#each",
"t": "text.html.handlebars meta.function.block.start.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": " ",
"t": "text.html.handlebars meta.function.block.start.handlebars",
@@ -1815,7 +1892,29 @@
}
},
{
"c": "{{/each}}",
"c": "{{",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",
"light_plus": "support.constant.handlebars: #795E26",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "support.constant.handlebars: #DCDCAA"
}
},
{
"c": "/each",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars keyword.control",
"r": {
"dark_plus": "keyword.control: #C586C0",
"light_plus": "keyword.control: #AF00DB",
"dark_vs": "keyword.control: #569CD6",
"light_vs": "keyword.control: #0000FF",
"hc_black": "keyword.control: #C586C0"
}
},
{
"c": "}}",
"t": "text.html.handlebars meta.function.block.end.handlebars support.constant.handlebars",
"r": {
"dark_plus": "support.constant.handlebars: #DCDCAA",