From 0d5e4660b378882b743faf0398b05f0329886ef4 Mon Sep 17 00:00:00 2001 From: Christoph Thiede <38782922+LinqLover@users.noreply.github.com> Date: Fri, 5 Aug 2022 19:28:02 +0200 Subject: [PATCH] Message / Code: Add highlighting support for Smalltalk (#143) --- src/util/highlightCode.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/highlightCode.ts b/src/util/highlightCode.ts index 662f7ea6a..cb81c702c 100644 --- a/src/util/highlightCode.ts +++ b/src/util/highlightCode.ts @@ -33,6 +33,7 @@ const SUPPORTED_LANGUAGES: Record = { ruby: ['rb', 'gemspec', 'podspec', 'thor', 'irb'], rust: ['rs'], scss: [], + smalltalk: ['st'], sql: [], swift: [], twig: ['craftcms'],