Message / Code: Add highlighting support for Smalltalk (#143)

This commit is contained in:
Christoph Thiede 2022-08-05 19:28:02 +02:00 committed by GitHub
parent fd32b62a57
commit 0d5e4660b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ const SUPPORTED_LANGUAGES: Record<string, string[]> = {
ruby: ['rb', 'gemspec', 'podspec', 'thor', 'irb'],
rust: ['rs'],
scss: [],
smalltalk: ['st'],
sql: [],
swift: [],
twig: ['craftcms'],