linguist-languages
Version:
Linguist languages data
13 lines (11 loc) • 327 B
TypeScript
declare const _: {
readonly name: 'Objective-J'
readonly type: 'programming'
readonly aceMode: 'text'
readonly extensions: readonly ['.j', '.sj']
readonly languageId: 259
readonly tmScope: 'source.js.objj'
readonly aliases: readonly ['obj-j', 'objectivej', 'objj']
readonly color: '#ff0c5a'
}
export default _