Skip to content

highlightjs/highlightjs-4d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

highlightjs-4d

version

Description

4d - a language grammar for highlightjs

Static website or simple usage

<script type="text/javascript" src="/path/to/highlight.min.js"></script> <script type="text/javascript" charset="UTF-8" src="/path/to/highlightjs-4d/dist/4d.min.js"></script> <script type="text/javascript"> hljs.highlightAll(); </script>

Using directly from the UNPKG CDN

<script type="text/javascript" src="https://unpkg.com/highlightjs-4d@1.0.4/dist/4d.min.js"></script>

With Node or another build system

If you're using Node / Webpack / Rollup / Browserify, etc, simply require the language module, then register it with Highlight.js.

var hljs = require('highlightjs'); var hljs4d = require('highlightjs-4d'); hljs.registerLanguage("4d", hljs4d); hljs.highlightAll();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •