Skip to content

Commit 542b0fb

Browse files
authored
Add C and Swift as valid languages (#23)
1 parent fb40855 commit 542b0fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util/highlighting.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export const languages = {
1515
'rust',
1616
'sql',
1717
'go',
18+
'swift',
19+
'c'
1820
],
1921
web: ['html', 'css', 'scss', 'php', 'graphql'],
2022
misc: ['dockerfile', 'markdown', 'proto'],

0 commit comments

Comments
 (0)