Skip to content

Commit

Permalink
feat(language-core): added search html tag (vuejs#4280)
Browse files Browse the repository at this point in the history
Co-authored-by: Audun Hammer Hovda <[email protected]>
  • Loading branch information
audunhov and Audun Hammer Hovda committed Apr 18, 2024
1 parent ffa590a commit 490268a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-core/lib/utils/ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function getPartialVueCompilerOptions(
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element
const HTML_TAGS =
'html,body,base,head,link,meta,style,title,address,article,aside,footer,' +
'header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,' +
'header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,search,div,dd,dl,dt,figcaption,' +
'figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,' +
'data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,' +
'time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,' +
Expand Down

0 comments on commit 490268a

Please sign in to comment.