Message: Support Scheme lang code highlight (#2054)

This commit is contained in:
Alexander Zinchuk 2022-09-24 01:40:25 +02:00
parent c7392c89b5
commit 4f3318d5f6

View File

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