UNPKG

269 BJavaScriptView Raw
1export default {
2 "name": "Smithy",
3 "type": "programming",
4 "aceMode": "text",
5 "codemirrorMode": "clike",
6 "codemirrorMimeType": "text/x-csrc",
7 "tmScope": "source.smithy",
8 "color": "#c44536",
9 "extensions": [
10 ".smithy"
11 ],
12 "languageId": 1027892786
13}