Skip to content

Commit

Permalink
Merge pull request #64 from holiq/patch-1
Browse files Browse the repository at this point in the history
support named parameter
  • Loading branch information
codingyu authored Nov 14, 2022
2 parents 2beef73 + 4e7966b commit 17fd858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"laravel_goto_view.regex": {
"type": "string",
"default": "(?<=view\\(['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::render\\(['\"]|\\<)(\\<x-|\\<livewire:|[^'\" \\/>]+)",
"default": "(?<=view\\(['\"]|\\(view:.['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::render\\(['\"]|\\(component:.['\"]|\\<)(\\<x-|\\<livewire:|[^'\" \\/>]+)",
"description": "Custom regex for matching strings"
},
"laravel_goto_view.folders": {
Expand Down Expand Up @@ -98,4 +98,4 @@
"typescript": "^4.4.4",
"@vscode/test-electron": "^1.6.2"
}
}
}

0 comments on commit 17fd858

Please sign in to comment.