Files
rspade_system/node_modules/linguist-languages/data/Nim.d.ts
2025-12-03 21:28:08 +00:00

12 lines
237 B
TypeScript
Executable File

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