Skip to content

Commit cd82db9

Browse files
authored
Merge pull request #58 from ViTeXFTW/hotfix/completions/ViTeXFTW
docs: Updated version and vsix
2 parents b84510c + e25b3df commit cd82db9

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
./syntaxes/ini.tmLanguage-test.json
2+
./extension.js
3+
./extension.ts

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.0",
2+
"version": "1.0.2",
33
"configurations": [
44
{
55
"name": "Extension",

.vscodeignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
.vscode-test/**
33
.gitignore
44
vsc-extension-quickstart.md
5-
./syntaxes/ini.tmLanguage-test.json
5+
./syntaxes/ini.tmLanguage-test.json
6+
./extension.js
7+
./extension.ts
6.22 MB
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "ZeroSyntax-Highlight",
44
"description": "Syntax highlighting for Zero Hour map.ini",
55
"icon": "./images/icon.png",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"publisher": "ViTeXFTW",
88
"author": {
99
"name": "ViTeXFTW",

0 commit comments

Comments
 (0)