From 4f89d0beb9e65f38ddf2a106fc24b4f1d53d6fdf Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 16 Mar 2026 05:38:39 +0100 Subject: [PATCH] Add Djot language to supported languages Djot is a light markup language created by John MacFarlane (author of CommonMark/Pandoc). Repository: https://github.com/php-collective/highlightjs-djot --- SUPPORTED_LANGUAGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index c0a9ae6e58..4b9ce0dc7a 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -72,6 +72,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Django | django, jinja | | | DNS Zone file | dns, zone, bind | | | Dockerfile | dockerfile, docker | | +| Djot | djot, dj |[highlightjs-djot](https://github.com/php-collective/highlightjs-djot) | | DOS | dos, bat, cmd | | | dsconfig | dsconfig | | | DTS (Device Tree) | dts | |