highlightjs / highlight.js

JavaScript syntax highlighter with language auto-detection and zero dependencies.
https://highlightjs.org/
BSD 3-Clause "New" or "Revised" License
23.3k stars 3.52k forks source link

Add Gleam to SUPPORTED_LANGUAGES.md #4049

Open maxdeviant opened 1 month ago

maxdeviant commented 1 month ago

This PR adds Gleam to the list of supported languages.

The grammar repo is available at gleam-lang/gleam-highlight.js.

Changes

Added an entry for Gleam in SUPPORTED_LANGUAGES.md.

Checklist

joshgoebel commented 1 month ago

Please also include the dist folder (see 3rd party contributor docs) so users have a standard CJS/auto-register version of the grammar they can drop in if they are still using CJS. This need will disappear with v12, but while the core library is available in both CJS and ES6 module this makes sense.

github-actions[bot] commented 1 month ago

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

3 files changed

Total change -6 B

View Changes | file | base | pr | diff | | --- | --- | --- | --- | | es/core.min.js | 8.2 KB | 8.2 KB | -2 B | | es/highlight.min.js | 8.2 KB | 8.2 KB | -2 B | | highlight.min.js | 8.23 KB | 8.23 KB | -2 B |