Files
2025-12-03 21:28:08 +00:00

13 lines
259 B
JavaScript
Executable File

module.exports = {
name: 'Gentoo Ebuild',
type: 'programming',
aceMode: 'sh',
extensions: ['.ebuild'],
languageId: 127,
tmScope: 'source.shell',
codemirrorMode: 'shell',
codemirrorMimeType: 'text/x-sh',
color: '#9400ff',
group: 'Shell',
}