@ryusei/light
Version:
<div align="center"> <a href="https://light.ryuseijs.com"> <img alt="RyuseiLight" src="https://light.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
30 lines (26 loc) • 634 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Common</title>
<link href="../../../../dist/css/themes/ryuseilight-ryusei.min.css" rel="stylesheet">
</head>
<body>
<h3>Example</h3>
<pre>
// Should not highlight anything.
Object.keys( object );
class Component {
constructor() {
}
}
const component = new Component();
</pre>
<script src="../../../../dist/js/ryuseilight.min.js"></script>
<script src="../../../../dist/js/languages/none.min.js"></script>
<script>
const ryuseilight = new RyuseiLight();
ryuseilight.apply( 'pre', { language: 'none' } );
</script>
</body>
</html>