UNPKG

312 BJavaScriptView Raw
1module.exports = {
2 "name": "GN",
3 "type": "data",
4 "extensions": [
5 ".gn",
6 ".gni"
7 ],
8 "interpreters": [
9 "gn"
10 ],
11 "filenames": [
12 ".gn"
13 ],
14 "tmScope": "source.gn",
15 "aceMode": "python",
16 "codemirrorMode": "python",
17 "codemirrorMimeType": "text/x-python",
18 "languageId": 302957008
19}