UNPKG

471 BJavaScriptView Raw
1module.exports = {
2 "name": "Starlark",
3 "type": "programming",
4 "tmScope": "source.python",
5 "aceMode": "python",
6 "codemirrorMode": "python",
7 "codemirrorMimeType": "text/x-python",
8 "color": "#76d275",
9 "extensions": [
10 ".bzl",
11 ".star"
12 ],
13 "filenames": [
14 "BUCK",
15 "BUILD",
16 "BUILD.bazel",
17 "MODULE.bazel",
18 "Tiltfile",
19 "WORKSPACE",
20 "WORKSPACE.bazel"
21 ],
22 "aliases": [
23 "bazel",
24 "bzl"
25 ],
26 "languageId": 960266174
27}