Skip to content

Commit 1d73ef5

Browse files
committed
Auto-closing comment blocks on open
1 parent 0afc2d3 commit 1d73ef5

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
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.5] - 2025-10-01
6+
7+
### Changed (0.1.5)
8+
9+
- Auto-close comment blocks
10+
511
## [0.1.4] - 2025-10-01
612

713
### Changed (0.1.4)

language-configuration.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
"string",
4141
"comment"
4242
]
43+
},
44+
{
45+
"open": "/*",
46+
"close": "*/",
47+
"notIn": [
48+
"string"
49+
]
4350
}
4451
],
4552
"surroundingPairs": [

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

0 commit comments

Comments
 (0)