mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 12:10:07 +02:00
update cmd line
This commit is contained in:
parent
67a507d530
commit
8c55f6b749
214 changed files with 48553 additions and 48489 deletions
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"Cookie-forever.sublime-snippet": {
|
||||
"prefix": "Cookie::forever",
|
||||
"body": [
|
||||
"\\$response->withCookie(cookie()->forever('${1:key}', ${2:\\$value}));$3"
|
||||
],
|
||||
"description": "Make a Permanent Cookie"
|
||||
},
|
||||
"Cookie-get.sublime-snippet": {
|
||||
"prefix": "Cookie::get",
|
||||
"body": [
|
||||
"\\$request->cookie('${1:key}');$2"
|
||||
],
|
||||
"description": "Retrieve a Cookie value"
|
||||
},
|
||||
"Cookie-set.sublime-snippet": {
|
||||
"prefix": "Cookie::set",
|
||||
"body": [
|
||||
"\\$response->withCookie(cookie('${1:key}', ${2:\\$value}));$3"
|
||||
],
|
||||
"description": "Attach a Cookie to a Response."
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue