Skip to content

Commit

Permalink
Merge pull request #66 from macbookandrew/feature/markdown
Browse files Browse the repository at this point in the history
add default support for mailable markdown
  • Loading branch information
codingyu authored Jan 20, 2023
2 parents 4b7cb17 + 0e131ce commit af2d8cb
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 af2d8cb

Please sign in to comment.