Skip to content

Commit fb6fb13

Browse files
committed
feat: update version to 0.3.0 and add 'nsjsconfig.json' to filenames in package.json
1 parent cdfedbf commit fb6fb13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vscode-extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "noshift-vscode",
33
"displayName": "NoShift.js",
44
"description": "Syntax highlighting + auto-complete for NoShift.js (.nsjs) files",
5-
"version": "0.2.1",
5+
"version": "0.3.0",
66
"publisher": "otoneko1102",
77
"engines": {
88
"vscode": "^1.70.0"
@@ -22,6 +22,7 @@
2222
"id": "noshift",
2323
"aliases": ["NoShift.js", "noshift"],
2424
"extensions": [".nsjs"],
25+
"filenames": ["nsjsconfig.json"],
2526
"configuration": "./language-configuration.json",
2627
"icon": {
2728
"light": "./icons/noshift-file-icon.svg",

0 commit comments

Comments
 (0)