🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
234 B
JavaScript
Executable File
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',
|
|
}
|