From 60c15956b86dfe370eee8d039a64fb159fdb3a47 Mon Sep 17 00:00:00 2001 From: Duro <47304910+DuroCodes@users.noreply.github.com> Date: Sun, 22 Sep 2024 03:13:05 -0400 Subject: [PATCH] Add lua highlighting (#21) --- src/util/highlighting.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/highlighting.ts b/src/util/highlighting.ts index 60818b7..30d1e21 100644 --- a/src/util/highlighting.ts +++ b/src/util/highlighting.ts @@ -15,6 +15,7 @@ export const languages = { 'rust', 'sql', 'go', + 'lua', 'swift', 'c' ],