Skip to content

Commit 2b963e0

Browse files
committed
Bump to version 0.1.2
1 parent fb4a0c9 commit 2b963e0

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.1.2] - 2025-09-29
6+
7+
### Fixed
8+
9+
- Missing nobreak control flow keyword
10+
- Fixing language configuration, which must be a single json array
11+
- Improved highlighting of class/struct names in declarations
12+
513
## [0.1.1] - 2025-09-29
614

715
### Fixed

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

0 commit comments

Comments
 (0)