Skip to content

Commit b277f2e

Browse files
committed
change extension
change extension from .cs to .tscript due to conflicts that cause the extension to be changed originally
1 parent fab8e79 commit b277f2e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
"TorqueScript"
3333
],
3434
"extensions": [
35-
".cs",
35+
".tscript",
3636
".gui",
37-
".mis",
38-
".tscript"
37+
".mis"
3938
],
4039
"configuration": "./language-configuration.json"
4140
}
@@ -58,4 +57,4 @@
5857
"type": "git",
5958
"url": "https://github.com/zfbx/TorqueScript.git"
6059
}
61-
}
60+
}

0 commit comments

Comments
 (0)