Skip to content

Commit 45566d6

Browse files
committed
Prepared extension for first publish
1 parent 12d0c8a commit 45566d6

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.stuff/
2+
mts-*.vsix

.vscodeignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.stuff/**
2+
.vscode/**
3+
.vscode-test/**
4+
build/**
5+
.gitignore
6+
vsc-extension-quickstart.md

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
All notable changes to the "MapTool Scripting Language" extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6-
75
## [Unreleased]
86

9-
- Initial release
7+
- Code snippets
8+
- Code completion
9+
- Hover information
10+
11+
## [0.3.0] - 2022-07-14
12+
13+
- Initial release
14+
- Basic syntax highlighting for all builtin macro functions, special variables, operators etc. as of MapTool 1.12.

build/build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vsce package

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Support for the MapTool scripting language.",
55
"version": "0.3.0",
66
"license": "MIT",
7+
"publisher": "Thomas Due",
78
"author": {
89
"name": "Thomas Due",
910
"email": "[email protected]"

0 commit comments

Comments
 (0)