NullVoxPopuli / highlightjs-glimmer

glimmer syntax highlighting with highlight.js
https://hljs-glimmer.nullvoxpopuli.com/
MIT License
14 stars 1 forks source link

Please include `dist` folder with CDN distributable #9

Closed joshgoebel closed 3 years ago

joshgoebel commented 3 years ago

This issue is being opened as part of our iniative to make all 3rd party grammars:

Please include a dist folder that includes a ready-to-go CDN distributable that can be used with a single line of JS. IE, our simple 3 install should "just work" without any other code or markup:

<script type="text/javascript" src="/path/to/highlight.min.js"></script>
<script type="text/javascript" src="/path/to/highlightjs-glimmer/glimmer.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>

Your README optimally would also document this usage. Please see the robots-txt repository for a usage example.

Our build system can generate this file for you (and we recommend that). Using our internal build system also allows you to easily check your grammar for exponential or polynomical run-away regular expressions.

If you have any questions, feel free to ask!

Thanks, Highlight.js Maintainer

NullVoxPopuli commented 3 years ago

how's this? https://github.com/NullVoxPopuli/highlightjs-glimmer/pull/10

NullVoxPopuli commented 3 years ago

done! dist folder now included!