We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e0c48 commit a29bee8Copy full SHA for a29bee8
src/frameworks/svelte.ts
@@ -23,7 +23,7 @@ class SvelteFramework extends Framework {
23
24
// for visualize the regex, you can use https://regexper.com/
25
usageMatchRegex = [
26
- '(\\$(_|t|format)|(get)\\(\\s*(_|t|format)\\s*\\))\\(\\s*[\'"`]({key})[\'"`]',
+ '(?:\\$(?:_|t|format)|(?:get)\\(\\s*(?:_|t|format)\\s*\\))\\(\\s*[\'"`]({key})[\'"`]',
27
]
28
29
refactorTemplates(keypath: string) {
0 commit comments