UNPKG

linguist-languages

Version:
38 lines (36 loc) 792 B
declare const _: { readonly name: 'Makefile' readonly type: 'programming' readonly aceMode: 'makefile' readonly extensions: readonly [ '.mak', '.d', '.make', '.makefile', '.mk', '.mkfile', ] readonly filenames: readonly [ 'BSDmakefile', 'GNUmakefile', 'Kbuild', 'Makefile', 'Makefile.am', 'Makefile.boot', 'Makefile.frag', 'Makefile.in', 'Makefile.inc', 'Makefile.wat', 'makefile', 'makefile.sco', 'mkfile', ] readonly languageId: 220 readonly tmScope: 'source.makefile' readonly aliases: readonly ['bsdmake', 'make', 'mf'] readonly codemirrorMode: 'cmake' readonly codemirrorMimeType: 'text/x-cmake' readonly color: '#427819' readonly interpreters: readonly ['make'] } export default _