Skip to content

Commit 0afc2d3

Browse files
committed
Fixing relational operators
1 parent 5fe4b9c commit 0afc2d3

File tree

3 files changed

+436
-430
lines changed

3 files changed

+436
-430
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.4] - 2025-10-01
6+
7+
### Changed (0.1.4)
8+
9+
- Fixed missing highlight for `<` and `>` relational operators.
10+
511
## [0.1.3] - 2025-09-29
612

713
### Changed (0.1.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "usecode-syntax",
33
"displayName": "Exult Usecode Syntax",
44
"description": "Syntax highlighting for Exult's UseCode C (UCC) files (.ucc/.uc/.uh), UseCode eXTracted files (.ucxt), and UseCode Assembly files (.uca).",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"publisher": "Exult",
77
"license": "GPL-2.0-or-later",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)