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

13 lines
257 B
JavaScript
Executable File

export default {
name: 'Gentoo Eclass',
type: 'programming',
aceMode: 'sh',
extensions: ['.eclass'],
languageId: 128,
tmScope: 'source.shell',
codemirrorMode: 'shell',
codemirrorMimeType: 'text/x-sh',
color: '#9400ff',
group: 'Shell',
}