From 3473c3e68ed29639f7665cea331bf26adf2b03c0 Mon Sep 17 00:00:00 2001 From: Jannik Buhr Date: Fri, 22 Dec 2023 11:25:53 +0100 Subject: [PATCH] feat: add dot language --- lua/otter/tools/extensions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/otter/tools/extensions.lua b/lua/otter/tools/extensions.lua index 641a889..6ca5a5a 100644 --- a/lua/otter/tools/extensions.lua +++ b/lua/otter/tools/extensions.lua @@ -12,4 +12,5 @@ return { sql = "sql", elixir = "ex", markdown = "md", + dot = "dot" }