mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-30 06:29:43 +02:00
update cmd line
This commit is contained in:
parent
67a507d530
commit
8c55f6b749
214 changed files with 48553 additions and 48489 deletions
51
snippets/codeigniter4/package.json
Normal file
51
snippets/codeigniter4/package.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"name": "codeigniter4-snippets",
|
||||
"displayName": "CodeIgniter4 Snippets",
|
||||
"description": "CodeIgniter4 Snippets for Visual Studio Code",
|
||||
"icon": "ci4.png",
|
||||
"publisher": "adereksisusanto",
|
||||
"version": "0.1.1",
|
||||
"engines": {
|
||||
"vscode": "^1.53.0"
|
||||
},
|
||||
"keywords": [
|
||||
"codeigniter4",
|
||||
"snippets",
|
||||
"php",
|
||||
"html"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/adereksisusanto/codeigniter4-snippets"
|
||||
},
|
||||
"categories": [
|
||||
"Snippets"
|
||||
],
|
||||
"contributes": {
|
||||
"snippets": [{
|
||||
"language": "php",
|
||||
"path": "./snippets/php_controllers.json"
|
||||
},
|
||||
{
|
||||
"language": "php",
|
||||
"path": "./snippets/php_models.json"
|
||||
},
|
||||
{
|
||||
"language": "php",
|
||||
"path": "./snippets/php_migrations.json"
|
||||
},
|
||||
{
|
||||
"language": "php",
|
||||
"path": "./snippets/php_routes.json"
|
||||
},
|
||||
{
|
||||
"language": "php",
|
||||
"path": "./snippets/php_validations.json"
|
||||
},
|
||||
{
|
||||
"language": "html",
|
||||
"path": "./snippets/html_views.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue