Package Exports
- prism-languages
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (prism-languages) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
prism-languages - Prism languages in an easy to consume format
Prism language definitions in an easy to consume format. Demo:
> languages = require('prism-languages')
...
> Object.keys(languages)
[ 'DFS',
'markup',
'css',
'clike',
'javascript',
'actionscript',
'apacheconf',
'applescript',
'aspnet',
...
]Acknowledgments
- Better JSX from react-widgets by @jquense.
License
prism-languages is available under MIT. See LICENSE for more details.