linguist-languages
Version:
Linguist languages data
13 lines (11 loc) • 313 B
TypeScript
declare const _: {
readonly name: 'KCL'
readonly type: 'programming'
readonly aceMode: 'text'
readonly extensions: readonly ['.k']
readonly filenames: readonly ['kcl.mod', 'kcl.mod.lock']
readonly languageId: 1052003890
readonly tmScope: 'source.kcl'
readonly color: '#7ABABF'
}
export default _