@@ -134,68 +134,71 @@ exports[`grammar > directives.vue 1`] = `
134
134
>
135
135
#^ source.vue
136
136
><!-- TODO -->
137
- #^ source.vue punctuation.definition.tag.begin.html.vue
138
- # ^ source.vue
139
- # ^^ source.vue entity.name.tag.--.html.vue
140
- # ^^^^^^^^ source.vue meta.tag-stuff
141
- # ^ source.vue meta.tag-stuff punctuation.definition.tag.end.html.vue
137
+ #^^^^ source.vue comment.block.vue punctuation.definition.comment.vue
138
+ # ^^^^^^ source.vue comment.block.vue
139
+ # ^^^ source.vue comment.block.vue punctuation.definition.comment.vue
142
140
><template lang = " html" >
143
- #^^^^^^^^^^^^^^^^^^^^^^^ source.vue text
141
+ #^ source.vue punctuation.definition.tag.begin.html.vue
142
+ # ^^^^^^^^ source.vue entity.name.tag.template.html.vue
143
+ # ^^^^^^^^^^^^ source.vue meta.tag-stuff
144
+ # ^ source.vue meta.tag-stuff punctuation.definition.tag.end.html.vue
144
145
> <div @click></div>
145
- #^^^^^^^^^^^^^ source.vue text
146
- # ^^^^^^^ source.vue text
146
+ #^^^^^^^^^^^^^ source.vue text.html.derivative
147
+ # ^^^^^^^ source.vue text.html.derivative
147
148
> <div @click="{}"></div>
148
- #^^^^^^^^^^^^^^^^^^ source.vue text
149
- # ^^^^^^^ source.vue text
149
+ #^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
150
+ # ^^^^^^^ source.vue text.html.derivative
150
151
> <div @click="log('hello'); log('world');"></div>
151
- #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.vue text
152
- # ^^^^^^^ source.vue text
152
+ #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
153
+ # ^^^^^^^ source.vue text.html.derivative
153
154
> <div #default></div>
154
- #^^^^^^^^^^^^^^^ source.vue text
155
- # ^^^^^^^ source.vue text
155
+ #^^^^^^^^^^^^^^^ source.vue text.html.derivative
156
+ # ^^^^^^^ source.vue text.html.derivative
156
157
> <div #default="args"></div>
157
- #^^^^^^^^^^^^^^^^^^^^^^ source.vue text
158
- # ^^^^^^^ source.vue text
158
+ #^^^^^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
159
+ # ^^^^^^^ source.vue text.html.derivative
159
160
> <div #></div>
160
- #^^^^^^^^ source.vue text
161
- # ^^^^^^^ source.vue text
161
+ #^^^^^^^^ source.vue text.html.derivative
162
+ # ^^^^^^^ source.vue text.html.derivative
162
163
> <div #="args"></div>
163
- #^^^^^^^^^^^^^^^ source.vue text
164
- # ^^^^^^^ source.vue text
164
+ #^^^^^^^^^^^^^^^ source.vue text.html.derivative
165
+ # ^^^^^^^ source.vue text.html.derivative
165
166
> <div :key></div>
166
- #^^^^^^^^^^^ source.vue text
167
- # ^^^^^^^ source.vue text
167
+ #^^^^^^^^^^^ source.vue text.html.derivative
168
+ # ^^^^^^^ source.vue text.html.derivative
168
169
> <div :key="{}"></div>
169
- #^^^^^^^^^^^^^^^^ source.vue text
170
- # ^^^^^^^ source.vue text
170
+ #^^^^^^^^^^^^^^^^ source.vue text.html.derivative
171
+ # ^^^^^^^ source.vue text.html.derivative
171
172
> <div v-if = " true" ></div >
172
- #^^^^^^^^^^^^^^^^^^ source.vue text
173
- # ^^^^^^^ source.vue text
173
+ #^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
174
+ # ^^^^^^^ source.vue text.html.derivative
174
175
> <div v-else-if = " true" ></div >
175
- #^^^^^^^^^^^^^^^^^^^^^^^ source.vue text
176
- # ^^^^^^^ source.vue text
176
+ #^^^^^^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
177
+ # ^^^^^^^ source.vue text.html.derivative
177
178
> <div v-else ></div >
178
- #^^^^^^^^^^^^^ source.vue text
179
- # ^^^^^^^ source.vue text
179
+ #^^^^^^^^^^^^^ source.vue text.html.derivative
180
+ # ^^^^^^^ source.vue text.html.derivative
180
181
> <div v-for = " n in []" ></div >
181
- #^^^^^^^^^^^^^^^^^^^^^^ source.vue text
182
- # ^^^^^^^ source.vue text
182
+ #^^^^^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
183
+ # ^^^^^^^ source.vue text.html.derivative
183
184
> <div v-if = " true" v-else-if = " true" v-else ></div >
184
- #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.vue text
185
- # ^^^^^^^ source.vue text
185
+ #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
186
+ # ^^^^^^^ source.vue text.html.derivative
186
187
> <div :foo="':foo=123'"></div>
187
- #^^^^^^^^^^^^^^^^^^^^^^^^ source.vue text
188
- # ^^^^^^^ source.vue text
188
+ #^^^^^^^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
189
+ # ^^^^^^^ source.vue text.html.derivative
189
190
> <div :foo="[{ bar: []}]"></div>
190
- #^^^^^^^^^^^^^^^^^^^^^^^^^^ source.vue text
191
- # ^^^^^^^ source.vue text
191
+ #^^^^^^^^^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
192
+ # ^^^^^^^ source.vue text.html.derivative
192
193
> <div .prop="[1, 2]"></div>
193
- #^^^^^^^^^^^^^^^^^^^^^ source.vue text
194
- # ^^^^^^^ source.vue text
194
+ #^^^^^^^^^^^^^^^^^^^^^ source.vue text.html.derivative
195
+ # ^^^^^^^ source.vue text.html.derivative
195
196
></template >
196
- #^^^^^^^^^^^ source.vue
197
+ #^^ source.vue punctuation.definition.tag.begin.html.vue
198
+ # ^^^^^^^^ source.vue entity.name.tag.template.html.vue
199
+ # ^ source.vue punctuation.definition.tag.end.html.vue
197
200
>
198
- #^ source.vue text "
201
+ #^ source.vue"
199
202
`;
200
203
201
204
exports[`grammar > generic.vue 1`] = `
0 commit comments