Skip to content

Commit c405b74

Browse files
committed
feat: add language support for UCD files with appropriate aliases and extensions
1 parent c9c1ce6 commit c405b74

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@
129129
"view": "ucd-explorer",
130130
"contents": "# Welcome to UCD Explorer\n\nThis extension allows you to browse and visualize Unicode Character Database (UCD) files. Use the commands in the command palette or the context menu to interact with the files."
131131
}
132+
],
133+
"languages": [
134+
{
135+
"id": "ucd",
136+
"aliases": ["Unicode Character Database", "UCD"],
137+
"extensions": [".ucd"]
138+
}
132139
]
133140
},
134141
"scripts": {

0 commit comments

Comments
 (0)