Files
rspade_system/node_modules/linguist-languages/data/Starlark.js
2025-12-03 21:28:08 +00:00

23 lines
451 B
JavaScript
Executable File

module.exports = {
name: 'Starlark',
type: 'programming',
aceMode: 'python',
extensions: ['.bzl', '.star'],
filenames: [
'BUCK',
'BUILD',
'BUILD.bazel',
'MODULE.bazel',
'Tiltfile',
'WORKSPACE',
'WORKSPACE.bazel',
'WORKSPACE.bzlmod',
],
languageId: 960266174,
tmScope: 'source.python',
aliases: ['bazel', 'bzl'],
codemirrorMode: 'python',
codemirrorMimeType: 'text/x-python',
color: '#76d275',
}