Skip to content

Commit

Permalink
added snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 30, 2017
1 parent d336ed4 commit 31951cf
Show file tree
Hide file tree
Showing 4 changed files with 5,365 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "vscode-pawn",
"displayName": "Pawn Tools",
"description": "Pawn tools for vscode powered by sampctl.",
"version": "0.5.0",
"description":
"Pawn tools for vscode. Includes syntax highlighting and snippets/completions for common libraries.",
"version": "0.6.0",
"publisher": "southclaws",
"engines": {
"vscode": "^1.19.0"
},
"categories": ["Other", "Languages"],
"activationEvents": ["onCommand:extension.packageBuild"],
"activationEvents": ["onLanguage:pawn"],
"main": "./out/extension",
"contributes": {
"languages": [
Expand All @@ -26,6 +27,12 @@
"path": "./syntaxes/Pawn.tmLanguage"
}
],
"snippets": [
{
"language": "pawn",
"path": "./snippets/pawn.json"
}
],
"commands": [
{
"command": "extension.packageEnsure",
Expand All @@ -49,5 +56,6 @@
"vscode": "^1.1.6",
"@types/node": "^7.0.43",
"@types/mocha": "^2.2.42"
}
},
"dependencies": {}
}
Loading

0 comments on commit 31951cf

Please sign in to comment.