🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
457 B
TypeScript
Executable File
24 lines
457 B
TypeScript
Executable File
declare const _: {
|
|
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'
|
|
}
|
|
export default _
|