Skip to content

Commit 01146e6

Browse files
authored
Merge pull request #47 from wilsenhc/master
Add support for View::make() facade
2 parents 9b3e8b9 + 8e72580 commit 01146e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"laravel_goto_view.regex": {
4545
"type": "string",
46-
"default": "(?<=view\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::render\\(['\"]|\\<)(\\<x-|\\<livewire:|[^'\" \\/>]+)",
46+
"default": "(?<=view\\(['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::render\\(['\"]|\\<)(\\<x-|\\<livewire:|[^'\" \\/>]+)",
4747
"description": "Custom regex for matching strings"
4848
},
4949
"laravel_goto_view.folders": {

0 commit comments

Comments
 (0)