Skip to content

Commit 6bf3bdc

Browse files
committed
fix: Fix issues with token capture and string handling
Fixed the issue where values starting with a number or float in the name were being captured as a number instead of a string. Also made the equal sign optional for the Conditionstate.
1 parent 4cd6eea commit 6bf3bdc

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
All notable changes to the "ZH-HiLi" extension will be documented in this file.
44

5-
## [Unreleased]
5+
## [1.0.3]
6+
### Fixed
7+
- Object: Conditionstate now gets captured correctly even if there isn't an equal sign after it.
8+
- Property: Fixed issue where string starting with #f got captured as a number instead of a string.
9+
10+
## [1.0.2]
11+
### Added
12+
- Misc: File with to many end statement now gets marked as illigal
13+
14+
### Fixed
15+
- Misc: Updated string capture so that vscode built in completion works
616

717
## [1.0.0-beta.1]
818

@@ -15,8 +25,6 @@ All notable changes to the "ZH-HiLi" extension will be documented in this file.
1525
### Changed
1626
- Misc Classes: Redesigned syntax capture file to use look ahead/behind.
1727

18-
19-
2028
## [0.2.0]
2129

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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.2",
6+
"version": "1.0.3",
77
"publisher": "ViTeXFTW",
88
"author": {
99
"name": "ViTeXFTW",

0 commit comments

Comments
 (0)