diff --git a/package.json b/package.json index 67468e1..db78958 100755 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "laravel_goto_view.regex": { "type": "string", - "default": "(?<=view\\(['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::render\\(['\"]|\\<)(\\]+)", + "default": "(?<=view\\(['\"]|\\(view:.['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::render\\(['\"]|\\(component:.['\"]|\\<)(\\]+)", "description": "Custom regex for matching strings" }, "laravel_goto_view.folders": { @@ -98,4 +98,4 @@ "typescript": "^4.4.4", "@vscode/test-electron": "^1.6.2" } -} \ No newline at end of file +}