Skip to content

Commit

Permalink
add default support for mailable markdown
Browse files Browse the repository at this point in the history
See #38
  • Loading branch information
macbookandrew committed Jan 17, 2023
1 parent 4b7cb17 commit 0e131ce
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:.['\"]|View::make\\(['\"]|@include\\(['\"]|@extends\\(['\"]|@component\\(['\"]|Inertia::render\\(['\"]|\\(component:.['\"]|\\<)(\\<x-|\\<livewire:|[^'\" \\/>]+)",
"default": "(?<=view\\(['\"]|markdown\\(['\"]|\\(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 0e131ce

Please sign in to comment.