From 91874c485e59fb54a114c1fc760be34caf98e930 Mon Sep 17 00:00:00 2001 From: Alan Russell Date: Thu, 17 Jul 2025 21:48:35 +0100 Subject: [PATCH] Add filetype --- plugin/filetypes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/filetypes.lua b/plugin/filetypes.lua index ecddea292..723742789 100644 --- a/plugin/filetypes.lua +++ b/plugin/filetypes.lua @@ -18,6 +18,7 @@ local filetypes = { git_rebase = { 'gitrebase' }, glimmer = { 'handlebars', 'html.handlebars' }, godot_resource = { 'gdresource' }, + groq = { 'groq' }, haskell = { 'hs' }, haskell_persistent = { 'haskellpersistent' }, idris = { 'idris2' },