File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -139,12 +139,14 @@ add an entry with a root mode of `js-mode' and dedicated mode of `js2-mode'"
139
139
" \\ (?:\\ s-+\\ w+=[\" '].*?[\" ']\\ )" ; Any optional key-value pairs like type="foo/bar"
140
140
" \\ |\\ (?:\\ s-+scoped\\ )" ; The optional "scoped" attribute
141
141
" \\ |\\ (?:\\ s-+module\\ )" ; The optional "module" attribute
142
+ " \\ |\\ (?:\\ s-+setup\\ )" ; The optional "setup" attribute
142
143
" \\ )*"
143
144
" \\ (?:\\ s-+lang=[\" ']%s[\" ']\\ )" ; The language specifier (required)
144
145
" \\ (?:" ; Zero of more of...
145
146
" \\ (?:\\ s-+\\ w+=[\" '].*?[\" ']\\ )" ; Any optional key-value pairs like type="foo/bar"
146
147
" \\ |\\ (?:\\ s-+scoped\\ )" ; The optional "scoped" attribute
147
148
" \\ |\\ (?:\\ s-+module\\ )" ; The optional "module" attribute
149
+ " \\ |\\ (?:\\ s-+setup\\ )" ; The optional "setup" attribute
148
150
" \\ )*"
149
151
" *>\n " ) ; The end of the tag
150
152
" A regular expression for the starting tags of template areas with languages.
You can’t perform that action at this time.
0 commit comments