Skip to content

Commit 09bacba

Browse files
authored
Merge branch 'Development' into tmLanguage-redesign_ViTeX
2 parents 7e7c049 + 48fa9be commit 09bacba

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to the "ZH-HiLi" extension will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.0.0-beta.1]
8+
9+
### Added
10+
- Object: OverrideableByLikeKind and InheritableModule now gets captured.
11+
- Misc Classes: Highlighter now also captures files not changeable by map.ini.
12+
- Misc: Illigal start characters gets marked.
13+
- Misc: Parameters with specific allowed values have special marking. See set weapon in Object, or AudioEvent.
14+
15+
### Changed
16+
- Misc Classes: Redesigned syntax capture file to use look ahead/behind.
17+
18+
19+
720
## [0.2.0]
821

922
### Added
6.22 MB
Binary file not shown.
6.22 MB
Binary file not shown.

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": "0.2.0",
6+
"version": "1.0.1",
77
"publisher": "ViTeXFTW",
88
"author": {
99
"name": "ViTeXFTW",

src/extension.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/extension.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)