mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update cmd line
This commit is contained in:
parent
67a507d530
commit
8c55f6b749
214 changed files with 48553 additions and 48489 deletions
47
snippets/javascript-snippet/package.json
Normal file
47
snippets/javascript-snippet/package.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"name": "vscode-javascript-snippet-pack",
|
||||
"publisher": "akamud",
|
||||
"displayName": "JavaScript Snippet Pack ",
|
||||
"description": "A snippet pack to make you more productive working with JavaScript",
|
||||
"icon": "art/js-icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#F0DB4F",
|
||||
"theme": "dark"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/akamud/vscode-javascript-snippet-pack/issues"
|
||||
},
|
||||
"homepage": "https://github.com/akamud/vscode-javascript-snippet-pack/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/akamud/vscode-javascript-snippet-pack/blob/master/README.md"
|
||||
},
|
||||
"version": "0.1.6",
|
||||
"engines": { "vscode": "^0.11.x" },
|
||||
"categories": ["Snippets"],
|
||||
"keywords": [
|
||||
"Javascript",
|
||||
"Typescript"
|
||||
],
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "javascript",
|
||||
"path": "./snippets/javascript.json"
|
||||
},
|
||||
{
|
||||
"language": "typescript",
|
||||
"path": "./snippets/javascript.json"
|
||||
},
|
||||
{
|
||||
"language": "javascriptreact",
|
||||
"path": "./snippets/javascript.json"
|
||||
},
|
||||
{
|
||||
"language": "typescriptreact",
|
||||
"path": "./snippets/javascript.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue