filename2prism

💎 Converts source code filenames to PrismJS language aliases.

MIT License

Downloads
876
Stars
4

Install

$ npm i filename2prism

Usage

Map a filename to its associated PrismJS language aliases:

import filename2prism from 'filename2prism'

console.log(filename2prism(`index.mjs`))
//=> ['javascript']

console.log(filename2prism(`spaghetti`))
//=> []

console.log(filename2prism(`.bash_history`))
//=> ['bash']

console.log(filename2prism(`file.d`))
//=> ['d', 'makefile']

Contributing

Stars are always welcome!

For bugs and feature requests, please create an issue.

License

MIT © Tomer Aberbach

Package Rankings
Top 8.4% on Npmjs.org