Skip to content

Commit ef743ce

Browse files
committed
Update default regex
1 parent 05f7c29 commit ef743ce

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.3.9
4+
- default regex value now supports nested folders
5+
- default support for Inertia::modal macro
6+
- default support for mailable markdown
7+
38
## 1.3.8
49
Support named parameter
510

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "laravel-goto-view",
33
"displayName": "Laravel goto view",
44
"description": "Quick jump to view",
5-
"version": "1.3.8",
5+
"version": "1.3.9",
66
"publisher": "codingyu",
77
"license": "MIT",
88
"engines": {
@@ -43,7 +43,7 @@
4343
},
4444
"laravel_goto_view.regex": {
4545
"type": "string",
46-
"default": "(?<=view\\(['\"]|\\(view:.['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::(?:render|modal)\\(['\"]|\\(component:.['\"]|<)(?:x-|livewire:|[^'\"\\s/>]+(?:\\/[^'\"\\s/>]+)*)",
46+
"default": "(?<=view\\(['\"]|markdown\\(['\"]|\\(view:.['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::(?:render|modal)\\(['\"]|\\(component:.['\"]|<)(?:x-|livewire:|[^'\"\\s/>]+(?:\\/[^'\"\\s/>]+)*)",
4747
"description": "Custom regex for matching strings"
4848
},
4949
"laravel_goto_view.folders": {

0 commit comments

Comments
 (0)