We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6328a commit fe4e464Copy full SHA for fe4e464
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