Prepare VSCode syntax extention for publishing

This commit is contained in:
Kogia-sima 2020-07-10 18:27:04 +09:00
parent eb438f6d3c
commit 6981992efb
3 changed files with 4 additions and 0 deletions

View File

@ -1 +1,2 @@
/test.stpl
*.vsix

View File

@ -1,4 +1,5 @@
.vscode/**
.vscode-test/**
.gitignore
*.vsix
vsc-extension-quickstart.md

View File

@ -4,6 +4,8 @@
"description": "Syntax highlighting for sailfish templates in VSCode",
"version": "0.1.0",
"author": "Ryohei Machida <orcinus4627@gmail.com>",
"publisher": "kogia-sima",
"repository": "Kogia-sima/sailfish",
"license": "MIT",
"engines": {
"vscode": "^1.45.0"