We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd1f64 commit 546c11cCopy full SHA for 546c11c
grammars/vue.cson
@@ -742,6 +742,9 @@ repository:
742
"0":
743
name: "meta.brace.curly.js"
744
patterns: [
745
+ {
746
+ include: "source.js.jsx"
747
+ },
748
{
749
include: "source.js"
750
}
@@ -756,6 +759,9 @@ repository:
756
759
757
760
758
761
762
763
764
765
766
767
test/template.vue
@@ -97,3 +97,11 @@ div id="footer"
97
%p
98
{{ greeting }} world!
99
</template>
100
+
101
+<!--
102
+ Use source.js.jsx over source.js in vue-template-expression
103
+-->
104
105
+<template>
106
+ <h3 class="method">{{$method_text this.hello()}}</h3>
107
+</template>
0 commit comments