Skip to content

Commit c23658a

Browse files
committed
Update extension info
1 parent 0f930fe commit c23658a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# uixa
22

3-
This is a Visual Studio Code extension that provides language support (specifically, syntax highlighting) for [UIX Assembly](https://github.com/ZuneDev/ZuneUIXTools/tree/master/libs/UIX.Asm).
3+
This is a Visual Studio Code extension that provides language support (specifically, syntax highlighting) for various [Microsoft Iris](https://zunedev.github.io/Wiki/Zune%20software/Iris/) formats:
4+
5+
- UIX XML (with inline expressions, scripts, and methods)
6+
- UIX Script
7+
- [UIX Assembly](https://zunedev.github.io/Wiki/Zune%20software/Iris/uix-assembly)
48

59
## Features
610

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "uixa",
3-
"displayName": "Iris UI",
4-
"description": "Provides language support for UIX Assembly and Scripts",
3+
"displayName": "Iris UIX",
4+
"description": "Provides language support for various UIX formats including XML, scripts, and Assembly",
55
"publisher": "YoshiAsk",
66
"repository": {
77
"url": "https://github.com/ZuneDev/vscode-UIXA",

0 commit comments

Comments
 (0)