🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
291 B
JavaScript
Executable File
14 lines
291 B
JavaScript
Executable File
export default {
|
|
name: 'Alpine Abuild',
|
|
type: 'programming',
|
|
aceMode: 'sh',
|
|
filenames: ['APKBUILD'],
|
|
languageId: 14,
|
|
tmScope: 'source.shell',
|
|
aliases: ['abuild', 'apkbuild'],
|
|
codemirrorMode: 'shell',
|
|
codemirrorMimeType: 'text/x-sh',
|
|
color: '#0D597F',
|
|
group: 'Shell',
|
|
}
|