We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2beef73 + 4e7966b commit 17fd858Copy full SHA for 17fd858
package.json
@@ -43,7 +43,7 @@
43
},
44
"laravel_goto_view.regex": {
45
"type": "string",
46
- "default": "(?<=view\\(['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::render\\(['\"]|\\<)(\\<x-|\\<livewire:|[^'\" \\/>]+)",
+ "default": "(?<=view\\(['\"]|\\(view:.['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::render\\(['\"]|\\(component:.['\"]|\\<)(\\<x-|\\<livewire:|[^'\" \\/>]+)",
47
"description": "Custom regex for matching strings"
48
49
"laravel_goto_view.folders": {
@@ -98,4 +98,4 @@
98
"typescript": "^4.4.4",
99
"@vscode/test-electron": "^1.6.2"
100
}
101
-}
+}
0 commit comments