Skip to content

Commit 699beba

Browse files
committed
Merge branch 'Development' into tmLanguage-redesign_ViTeX
2 parents 2594f09 + cc28d85 commit 699beba

File tree

640 files changed

+667779
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

640 files changed

+667779
-14
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22

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

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

7-
## [0.2.0] -
7+
## [0.2.0]
88

99
### Added
10-
- Added illigal character captures for lonely End statements, after module assignemnt or object definition.
10+
- Lonely End statements now gets captured as illigal characters
11+
- ObjectReskin class now has highlighting
12+
- DamageFX class now has highlighting
1113

12-
### Changed
13-
- Rewrote tmLanguage.json file with look ahead and behinds instead of direct lookup.
14+
### Fixes
15+
- AltTurret added to AIUpdateInterfaces
16+
- Numbers with leading . (period) now gets captured
17+
- Now captures multiple numbers sperated by spaces
18+
- Updated Readme
1419

15-
## [0.1.0] - 2024-01-22
20+
## [0.1.0]
1621

1722
- Initial release

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
![ZeroSyntaxLogo128](https://github.com/ViTeXFTW/ZeroSyntax-Highlight/assets/90150876/cd30167b-08d6-4dcd-80e4-d1fad9f6c672)
44

55
## Introduction
6-
**ZeroHour-Highlight** is a simple syntax highlighter for map.ini files in Command & Conquer Generals Zero Hour. This project aims to provide a simple and easy syntax highlighting to help find errors, structure and understand the map.ini file.
6+
**ZeroHour-Highlight** is a simple syntax highlighter for map.ini files in Command & Conquer Generals Zero Hour. This project aims to provide a simple and easy syntax highlighting to help find errors, structure and understand the map.ini file.
7+
The project will firstly focus on supporting map.ini files which works in the basegame (not modded). With this said, the highligher have mostly been tested in Zero Hour, but should work in vanilla (none zero hour).
78

89
## Showcase
910

@@ -13,7 +14,10 @@
1314
### ZeroSyntax Highlighting
1415
![image](https://github.com/ViTeXFTW/ZeroSyntax-Highlight/assets/90150876/3c63c537-2e6f-40b1-b23a-9b1eea6aba4c)
1516

16-
## Contributing
17+
18+
19+
20+
## Contributing
1721
For contributing to this project you will need to fork the repository to get your own copy. In you own copy you can change and manipulate the program. When you are satisfied with your solution you create a **Pull Request** and an administator will look at it.
1822
Should there be any issues with the submitted code a comment will be left on the **Pull Request** and will first be accepted when all issues have been fixed.
1923

6.19 MB
Binary file not shown.

node_modules/.bin/node-which

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

node_modules/.bin/node-which.cmd

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

node_modules/.bin/node-which.ps1

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

node_modules/.bin/rimraf

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

node_modules/.bin/rimraf.cmd

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

node_modules/.bin/rimraf.ps1

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

0 commit comments

Comments
 (0)