From f810db24a56d3bb692a463ab4d4a55150a49d635 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Fri, 17 Oct 2025 13:46:18 +0200 Subject: [PATCH] (docs) Add LLVM IR to supported languages list --- SUPPORTED_LANGUAGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index c0a9ae6e58..c2d120ed67 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -135,6 +135,7 @@ The table below shows the full list of languages (and corresponding classes/alia | Lisp | lisp | | | LiveCode Server | livecodeserver | | | LiveScript | livescript, ls | | +| LLVM IR | llvm | | | LookML | lookml | [highlightjs-lookml](https://github.com/spectacles-ci/highlightjs-lookml) | | Lua | lua, pluto | | | Luau | luau | [highlightjs-luau](https://github.com/highlightjs/highlightjs-luau) |