From bc76c01f3dcf6754de93705cad2e29aa3f4d74e1 Mon Sep 17 00:00:00 2001 From: Duro <47304910+DuroCodes@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:12:49 -0400 Subject: [PATCH] feat: adds lua highlighting --- src/util/highlighting.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/highlighting.ts b/src/util/highlighting.ts index c6a3879..5e7eb24 100644 --- a/src/util/highlighting.ts +++ b/src/util/highlighting.ts @@ -15,6 +15,7 @@ export const languages = { 'rust', 'sql', 'go', + 'lua', ], web: ['html', 'css', 'scss', 'php', 'graphql'], misc: ['dockerfile', 'markdown', 'proto'],