Skip to content

Commit 5d3aeae

Browse files
committed
v1.0.7
1 parent e38e406 commit 5d3aeae

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

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

5-
## [0.1.6] - 2025-10-06
5+
## [0.1.6] - 2026-02-04
6+
7+
### Changed (0.1.7)
8+
9+
- Add missing `init_conversation` and `end_conversation` intrinsics
610

711
### Changed (0.1.6)
812

package.json

Lines changed: 6 additions & 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.6",
5+
"version": "0.1.7",
66
"publisher": "Exult",
77
"license": "GPL-2.0-or-later",
88
"icon": "images/icon.png",
@@ -39,9 +39,14 @@
3939
"ucc"
4040
],
4141
"extensions": [
42+
".uccpp",
43+
".ucpp",
4244
".ucc",
4345
".uc",
4446
".ucxt",
47+
".uchh",
48+
".uch",
49+
".uhh",
4550
".uh"
4651
],
4752
"configuration": "./language-configuration.json"

0 commit comments

Comments
 (0)