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

11 lines
234 B
JavaScript
Executable File

module.exports = {
name: 'Nim',
type: 'programming',
aceMode: 'nim',
extensions: ['.nim', '.nim.cfg', '.nimble', '.nimrod', '.nims'],
filenames: ['nim.cfg'],
languageId: 249,
tmScope: 'source.nim',
color: '#ffc200',
}