Skip to content

Commit 5fe4b9c

Browse files
committed
Creating new version
1 parent 213f039 commit 5fe4b9c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,29 @@
22

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

5+
## [0.1.3] - 2025-09-29
6+
7+
### Changed (0.1.3)
8+
9+
- Split `goto` and `attend` into a dedicated "goto-type" group so they are highlighted separately from other control-flow keywords.
10+
- Added label highlighting for label declarations and `goto`/`attend` label parameters (identifiers before `:` and after `goto`/`attend`).
11+
- Improved operator handling for `object#`, `id#`, and `shape#` so `#` is consistently highlighted; added a ligature workaround so `#(` doesn't cause color flicker when fonts form ligatures.
12+
13+
### Notes (0.1.3)
14+
15+
- Adjusted grammar ordering and captures to avoid inconsistent tokenization caused by spacing-sensitive matches.
16+
517
## [0.1.2] - 2025-09-29
618

7-
### Fixed
19+
### Fixed (0.1.2)
820

921
- Missing nobreak control flow keyword
1022
- Fixing language configuration, which must be a single json array
1123
- Improved highlighting of class/struct names in declarations
1224

1325
## [0.1.1] - 2025-09-29
1426

15-
### Fixed
27+
### Fixed (0.1.1)
1628

1729
- Fixed GitHub Release attachment workflow so the generated `.vsix` is attached to releases (publish job now generates `release/vscode-usecode-syntax.vsix`).
1830

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.2",
5+
"version": "0.1.3",
66
"publisher": "Exult",
77
"license": "GPL-2.0-or-later",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)