|
538 | 538 | <!-- ^ punctuation.section.interpolation.end.ngx - string --> |
539 | 539 | <!-- ^ string.quoted.other.ngx punctuation.definition.string.end.ngx --> |
540 | 540 |
|
| 541 | + {{ css`color: ${`bs-` + color}` }} |
| 542 | +<!-- ^^^ variable.function.tagged-template.ngx - meta.string --> |
| 543 | +<!-- ^^^^^^^^ meta.string.template.ngx - meta.interpolation --> |
| 544 | +<!-- ^^^^^^^^^^^^^^^^ meta.string.template.ngx meta.interpolation.ngx --> |
| 545 | +<!-- ^ meta.string.template.ngx - meta.interpolation --> |
| 546 | +<!-- ^^ - meta.string --> |
| 547 | +<!-- ^ string.quoted.other.ngx punctuation.definition.string.begin.ngx --> |
| 548 | +<!-- ^^^^^^^^^^^^^^^^^^^^^^^ source.css.embedded.ngx --> |
| 549 | +<!-- ^^^^^ meta.property-name.css support.type.property-name.css --> |
| 550 | +<!-- ^ punctuation.separator.key-value.css --> |
| 551 | +<!-- ^^^^^^^^^^^^^^^^ meta.property-value.css meta.interpolation.ngx --> |
| 552 | +<!-- ^^ punctuation.section.interpolation.begin.ngx --> |
| 553 | +<!-- ^^^^^ meta.string.template.ngx string.quoted.other.ngx --> |
| 554 | +<!-- ^ punctuation.definition.string.begin.ngx --> |
| 555 | +<!-- ^ punctuation.definition.string.end.ngx --> |
| 556 | +<!-- ^ keyword.operator.arithmetic.ngx --> |
| 557 | +<!-- ^^^^^ variable.other.readwrite.ngx --> |
| 558 | +<!-- ^ punctuation.section.interpolation.end.ngx --> |
| 559 | +<!-- ^ string.quoted.other.ngx punctuation.definition.string.end.ngx --> |
| 560 | + |
| 561 | + {{ html`<script>let i = ${value}</script>` }} |
| 562 | +<!-- ^^^^ variable.function.tagged-template.ngx --> |
| 563 | +<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.template.ngx --> |
| 564 | +<!-- ^^^^^^^^ text.html.embedded.ngx meta.tag.script.begin.html --> |
| 565 | +<!-- ^^^^^^^^^^^^^^^^ meta.string.template.ngx text.html.embedded.ngx source.js.embedded.html --> |
| 566 | +<!-- ^^^^^^^^^ text.html.embedded.ngx meta.tag.script.end.html --> |
| 567 | +<!-- ^ punctuation.definition.string.end.ngx --> |
| 568 | +<!-- ^^ - meta.string --> |
| 569 | + |
| 570 | + {{ html`<style>tag {color: ${color}}</style>` }} |
| 571 | +<!-- ^^^^ variable.function.tagged-template.ngx --> |
| 572 | +<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.template.ngx --> |
| 573 | +<!-- ^^^^^^^ text.html.embedded.ngx meta.tag.style.begin.html --> |
| 574 | +<!-- ^^^^^^^^^^^^^^^^^^^^^ text.html.embedded.ngx source.css.embedded.html --> |
| 575 | +<!-- ^^^^^^^^ meta.interpolation.ngx --> |
| 576 | +<!-- ^^^^^^^^ text.html.embedded.ngx meta.tag.style.end.html --> |
| 577 | +<!-- ^ punctuation.definition.string.end.ngx --> |
| 578 | +<!-- ^^^ - meta.string --> |
| 579 | + |
| 580 | + <!-- tagged template strings --> |
| 581 | + {{ html`<p style="color: ${color}">Text \`${var}\`</p>` }} |
| 582 | +<!-- ^^^^ variable.function.tagged-template.ngx - meta.string --> |
| 583 | +<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.template.ngx --> |
| 584 | +<!-- ^ string.quoted.other.ngx punctuation.definition.string.begin.ngx --> |
| 585 | +<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ text.html.embedded.ngx --> |
| 586 | +<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.tag --> |
| 587 | +<!-- ^ meta.attribute-with-value.style.html meta.string.html string.quoted.double.html punctuation.definition.string.begin.html --> |
| 588 | +<!-- ^^^^^^^ meta.attribute-with-value.style.html meta.string.html meta.interpolation.html source.css.embedded.html --> |
| 589 | +<!-- ^^^^^^^^ meta.attribute-with-value.style.html meta.string.html meta.interpolation.html source.css.embedded.html meta.property-value.css meta.interpolation.ngx --> |
| 590 | +<!-- ^ meta.attribute-with-value.style.html meta.string.html string.quoted.double.html punctuation.definition.string.end.html --> |
| 591 | +<!-- ^^ constant.character.escape.ngx --> |
| 592 | +<!-- ^^^^^^ meta.interpolation.ngx - string --> |
| 593 | +<!-- ^^ punctuation.section.interpolation.begin.ngx --> |
| 594 | +<!-- ^^^ variable.other.readwrite.ngx --> |
| 595 | +<!-- ^ punctuation.section.interpolation.end.ngx --> |
| 596 | +<!-- ^^ constant.character.escape.ngx --> |
| 597 | +<!-- ^^^^ meta.tag --> |
| 598 | +<!-- ^ string.quoted.other.ngx punctuation.definition.string.end.ngx --> |
| 599 | + |
541 | 600 | <!-- tagged template strings --> |
542 | 601 | {{ tag`Text \`${var}\`` }} |
543 | 602 | <!-- ^^^ variable.function.tagged-template.ngx - string --> |
|
0 commit comments