linguist-languages
Version:
Linguist languages data
19 lines (18 loc) • 317 B
JavaScript
export default {
name: 'Just',
type: 'programming',
aceMode: 'text',
extensions: ['.just'],
filenames: [
'.JUSTFILE',
'.Justfile',
'.justfile',
'JUSTFILE',
'Justfile',
'justfile',
],
languageId: 128447695,
tmScope: 'source.just',
aliases: ['Justfile'],
color: '#384d54',
}