|
12 | 12 | // <- text.html.vue - text text
|
13 | 13 | // ^^^^^^^^^^^ meta.tag.template.end.html
|
14 | 14 |
|
| 15 | + <!-- |
| 16 | + HAML Template Tests |
| 17 | + --> |
| 18 | + |
| 19 | + <template lang="haml"> |
| 20 | +// ^^^^^^^^^^ meta.tag - meta.tag meta.tag - meta.attribute-with-value |
| 21 | +// ^^^^^^^^^^^ meta.tag meta.attribute-with-value.lang.html - meta.tag meta.tag |
| 22 | +// ^ meta.tag.template.begin.html - meta.tag meta.tag |
| 23 | +// ^ punctuation.definition.tag.begin.html |
| 24 | +// ^^^^^^^^ entity.name.tag.template.html |
| 25 | +// ^^^^ entity.other.attribute-name.html |
| 26 | +// ^ punctuation.separator.key-value.html |
| 27 | +// ^ punctuation.definition.tag.end.html |
| 28 | + |
| 29 | +// <- text.haml.embedded.html |
| 30 | + </template> |
| 31 | +// ^^^^^^^^^^^ meta.tag - meta.tag meta.tag - text.haml |
| 32 | +// ^^ punctuation.definition.tag.begin.html |
| 33 | +// ^^^^^^^^ entity.name.tag.template.html |
| 34 | +// ^ punctuation.definition.tag.end.html |
| 35 | + |
| 36 | + <!-- |
| 37 | + Jade Template Tests |
| 38 | + --> |
| 39 | + |
15 | 40 | <template lang="jade"> foo </template>
|
16 | 41 | // ^^^^^^^^^^^^^^^^^^^^^^ meta.tag - source
|
17 | 42 | // ^^^^^ text.jade.embedded.html - meta.tag
|
|
32 | 57 | // ^^^^^^^^^^^^^^ text.jade.embedded.html - meta.tag - comment
|
33 | 58 | // ^^^^^^^^^^^ meta.tag - source
|
34 | 59 |
|
35 |
| - |
36 | 60 | <template lang="jade">
|
37 | 61 |
|
38 | 62 | // <- text.jade.embedded.html
|
|
58 | 82 | // ^^^^^^^^ entity.name.tag.template.html
|
59 | 83 | // ^ punctuation.definition.tag.end.html
|
60 | 84 |
|
| 85 | + <!-- |
| 86 | + Pug Template Tests |
| 87 | + --> |
| 88 | + |
61 | 89 | <template lang="pug">
|
62 | 90 | // ^^^^^^^^^^ meta.tag - meta.tag meta.tag - meta.attribute-with-value
|
63 | 91 | // ^^^^^^^^^^ meta.tag meta.attribute-with-value.lang.html - meta.tag meta.tag
|
|
75 | 103 | // ^^^^^^^^ entity.name.tag.template.html
|
76 | 104 | // ^ punctuation.definition.tag.end.html
|
77 | 105 |
|
| 106 | + <!-- |
| 107 | + Slim Template Tests |
| 108 | + --> |
| 109 | + |
78 | 110 | <template lang="slm">
|
79 | 111 | // ^^^^^^^^^^ meta.tag - meta.tag meta.tag - meta.attribute-with-value
|
80 | 112 | // ^^^^^^^^^^ meta.tag meta.attribute-with-value.lang.html - meta.tag meta.tag
|
|
0 commit comments