|
| 1 | +// SYNTAX TEST "Vue Component.sublime-syntax" |
| 2 | + |
| 3 | + |
| 4 | + <template lang="jade"> foo </template> |
| 5 | +// ^^^^^^^^^^^^^^^^^^^^^^ meta.tag - source |
| 6 | +// ^^^^^ text.jade.embedded.html - meta.tag |
| 7 | +// ^^^^^^^^^^^ meta.tag - source |
| 8 | + |
| 9 | + <template lang="jade"> foo --> </template> |
| 10 | +// ^^^^^^^^^^^^^^^^^^^^^^ meta.tag - source |
| 11 | +// ^^^^^ text.jade.embedded.html - meta.tag |
| 12 | +// ^^^^ - meta.tag - source |
| 13 | +// ^^^ comment.block.html punctuation.definition.comment.end.html |
| 14 | +// ^^^^^^^^^^^ meta.tag - source |
| 15 | + |
| 16 | + <template lang="jade"> <!-- foo </template> |
| 17 | +// ^^^^^^^^^^^^^^^^^^^^^^ meta.tag - source |
| 18 | +// ^^^^^ - meta.tag - source |
| 19 | +// ^^^^ punctuation.definition.comment.begin.html |
| 20 | +// ^^^^^ text.jade.embedded.html - meta.tag |
| 21 | +// ^^^^^^^^^^^ meta.tag - source |
| 22 | +
|
| 23 | + <template lang="jade"> <!-- foo --> </template> |
| 24 | +// ^^^^^^^^^^^^^^^^^^^^^^ meta.tag - source |
| 25 | +// ^^^^^ - meta.tag - source |
| 26 | +// ^^^^ punctuation.definition.comment.begin.html |
| 27 | +// ^^^^^ text.jade.embedded.html - meta.tag |
| 28 | +// ^^^^ - meta.tag - source |
| 29 | +// ^^^ comment.block.html punctuation.definition.comment.end.html |
| 30 | +// ^^^^^^^^^^^ meta.tag - source |
| 31 | + |
| 32 | + |
| 33 | + <template lang="jade"> |
| 34 | + |
| 35 | +// <- text.jade.embedded.html |
| 36 | + |
| 37 | + </template> |
| 38 | +// <- text.jade.embedded.html |
| 39 | +//^^ text.jade.embedded.html |
| 40 | +// ^^^^^^^^^^^ meta.tag - meta.tag meta.tag - text.jade |
| 41 | + |
| 42 | + |
| 43 | + <template lang="jade"> |
| 44 | +// ^^^^^^^^^^ meta.tag - meta.tag meta.tag - meta.attribute-with-value |
| 45 | +// ^^^^^^^^^^^ meta.tag meta.attribute-with-value.html - meta.tag meta.tag |
| 46 | +// ^ meta.tag.template.begin.html - meta.tag meta.tag |
| 47 | +// ^ punctuation.definition.tag.begin.html |
| 48 | +// ^^^^^^^^ entity.name.tag.template.html |
| 49 | +// ^^^^ entity.other.attribute-name.html |
| 50 | +// ^ punctuation.separator.key-value.html |
| 51 | +// ^ punctuation.definition.tag.end.html |
| 52 | +// ^ - text.jade |
| 53 | + |
| 54 | +// <- text.jade.embedded.html |
| 55 | + </template> |
| 56 | +// <- text.jade.embedded.html |
| 57 | +//^^ text.jade.embedded.html |
| 58 | +// ^^^^^^^^^^^ meta.tag - meta.tag meta.tag - text.jade |
| 59 | +// ^^ punctuation.definition.tag.begin.html |
| 60 | +// ^^^^^^^^ entity.name.tag.template.html |
| 61 | +// ^ punctuation.definition.tag.end.html |
| 62 | + |
| 63 | + <template lang="pug"> |
| 64 | +// ^^^^^^^^^^ meta.tag - meta.tag meta.tag - meta.attribute-with-value |
| 65 | +// ^^^^^^^^^^ meta.tag meta.attribute-with-value.html - meta.tag meta.tag |
| 66 | +// ^ meta.tag.template.begin.html - meta.tag meta.tag |
| 67 | +// ^ punctuation.definition.tag.begin.html |
| 68 | +// ^^^^^^^^ entity.name.tag.template.html |
| 69 | +// ^^^^ entity.other.attribute-name.html |
| 70 | +// ^ punctuation.separator.key-value.html |
| 71 | +// ^ punctuation.definition.tag.end.html |
| 72 | +// ^ - text.pug |
| 73 | + |
| 74 | +// <- text.pug.embedded.html |
| 75 | + </template> |
| 76 | +// <- text.pug.embedded.html |
| 77 | +//^^ text.pug.embedded.html |
| 78 | +// ^^^^^^^^^^^ meta.tag - meta.tag meta.tag - text.pug |
| 79 | +// ^^ punctuation.definition.tag.begin.html |
| 80 | +// ^^^^^^^^ entity.name.tag.template.html |
| 81 | +// ^ punctuation.definition.tag.end.html |
| 82 | + |
| 83 | + <template lang="slm"> |
| 84 | +// ^^^^^^^^^^ meta.tag - meta.tag meta.tag - meta.attribute-with-value |
| 85 | +// ^^^^^^^^^^ meta.tag meta.attribute-with-value.html - meta.tag meta.tag |
| 86 | +// ^ meta.tag.template.begin.html - meta.tag meta.tag |
| 87 | +// ^ punctuation.definition.tag.begin.html |
| 88 | +// ^^^^^^^^ entity.name.tag.template.html |
| 89 | +// ^^^^ entity.other.attribute-name.html |
| 90 | +// ^ punctuation.separator.key-value.html |
| 91 | +// ^ punctuation.definition.tag.end.html |
| 92 | +// ^ - text.slm |
| 93 | + |
| 94 | +// <- text.slm.embedded.html |
| 95 | + </template> |
| 96 | +// <- text.slm.embedded.html |
| 97 | +//^^ text.slm.embedded.html |
| 98 | +// ^^^^^^^^^^^ meta.tag - meta.tag meta.tag - text.slm |
| 99 | +// ^^ punctuation.definition.tag.begin.html |
| 100 | +// ^^^^^^^^ entity.name.tag.template.html |
| 101 | +// ^ punctuation.definition.tag.end.html |
0 commit comments