@pfertyk/highlightjs-gdscript

0.0.1 • Public • Published

GDScript syntax for highlight.js

Syntax implementation of Godot's GDScript language for highlight.js.

Authors

The original code was written by Khairul Hidayat. The repository was eventually maintained by

Documentation

Building

To build a distribution version of this module you need to use tools provided by Highlight.js.

  1. Checkout highlightjs/highlight.js from GitHub.
  2. Create the extra folder in the root directory, if missing.
  3. In the extra directory create a gdscript subdirectory and put the contents of this repository there.
  4. Run build tools for the cdn target and you should see the gdscript language module being build alongside Highlight.js itself:
node ./tools/build.js -t cdn

...
Building extra\gdscript\dist/gdscript.min.js.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @pfertyk/highlightjs-gdscript

      Weekly Downloads

      1

      Version

      0.0.1

      License

      MIT

      Unpacked Size

      7.46 kB

      Total Files

      5

      Last publish

      Collaborators

      • pfertyk