UNPKG

356 BJavaScriptView Raw
1module.exports = {
2 "name": "Nushell",
3 "type": "programming",
4 "color": "#4E9906",
5 "extensions": [
6 ".nu"
7 ],
8 "interpreters": [
9 "nu"
10 ],
11 "aliases": [
12 "nu-script",
13 "nushell-script"
14 ],
15 "tmScope": "source.nushell",
16 "aceMode": "sh",
17 "codemirrorMode": "shell",
18 "codemirrorMimeType": "text/x-sh",
19 "languageId": 446573572
20}