Socket
Socket
Sign inDemoInstall

@exercism/highlightjs-gdscript

Package Overview
Dependencies
0
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @exercism/highlightjs-gdscript

highlight.js syntax definition for Godot's GDScript language


Version published
Weekly downloads
8
increased by14.29%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

GDScript syntax for highlight.js

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

This repo is a fork of highlightjs/highlightjs-gdscript.

Usage

Using CommonJS
const hljs = require("highlight.js");
const gdscript = require("@exercism/highlightjs-gdscript");

hljs.registerLanguage("gdscript", gdscript);
Using ES6
import hljs from "highlight.js";
import gdscript from "@exercism/highlightjs-gdscript";

hljs.registerLanguage("gdscript", gdscript);

Keywords

FAQs

Last updated on 09 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc