@ianwalter/codemirror-loader

A Webpack loader that makes code blocks syntax highlightable using CodeMirror


Keywords
codemirror, webpack, webpack-loader
License
ICU
Install
npm install @ianwalter/codemirror-loader@1.0.1

Documentation

@ianwalter/prism-loader

A Webpack loader that makes code blocks syntax highlightable using Prism

Installation

yarn add @ianwalter/prism-loader --dev

Usage

{
  module: {
    rules: [
      { test: /\.html$/, loader: '@ianwalter/prism-loader' }
    ]
  }
}

License

Apache 2.0 with Commons Clause - See LICENSE

 

Created by Ian Walter