
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
highlightjs-isbl
Advanced tools
This grammar has been extracted from Highlight.js and could use a new maintainer. Currently unmaintained.
Simply include the Highlight.js library in your webpage or Node app, then load this module.
Simply load the module after loading Highlight.js. You'll use the minified version found in the dist
directory. This module is just a CDN build of the language, so it will register itself as the Javascript is loaded.
<script type="text/javascript" src="/path/to/highlight.min.js"></script>
<script type="text/javascript" src="/path/to/isbl.min.js"></script>
<script type="text/javascript">
hljs.highlightAll();
</script>
<script type="text/javascript"
src="https://unpkg.com/highlightjs-isbl@1.0.0/dist/isbl.min.js"></script>
If you're using Node / Webpack / Rollup / Browserify, etc, simply require the language module, then register it with Highlight.js.
var hljs = require('highlight.js');
var grammar = require('highlightjs-isbl');
hljs.registerLanguage("isbl", grammar);
hljs.highlightAll();
Highlight.js is released under the MIT License. See LICENSE file for details.
Dmitriy Tarasov dimatar@gmail.com
This grammar has been extracted from Highlight.js and could use a new maintainer. Currently unmaintained.
FAQs
highlight.js syntax definition for ISBL
The npm package highlightjs-isbl receives a total of 1 weekly downloads. As such, highlightjs-isbl popularity was classified as not popular.
We found that highlightjs-isbl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.