svelteTag
constsvelteTag:RegExp
Defined in: extensions/autocomplete/svelte/index.ts:20
Pattern used to determine if a string ends inside a Svelte or Astro tag. The pattern has two capturing groups: the tag’s name and the last attribute’s name.
constsvelteTag:RegExp
Defined in: extensions/autocomplete/svelte/index.ts:20
Pattern used to determine if a string ends inside a Svelte or Astro tag. The pattern has two capturing groups: the tag’s name and the last attribute’s name.