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

13 lines
271 B
JavaScript
Executable File

export default {
name: 'Crystal',
type: 'programming',
aceMode: 'crystal',
extensions: ['.cr'],
languageId: 72,
tmScope: 'source.crystal',
codemirrorMode: 'crystal',
codemirrorMimeType: 'text/x-crystal',
color: '#000100',
interpreters: ['crystal'],
}