From 0759eeb756a504ec2d5b6f74328855e3ef44dd2e Mon Sep 17 00:00:00 2001 From: Stefan Herold <794372+Blackjacx@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:38:39 +0200 Subject: [PATCH] Use sh file type for Cartfie --- bootstrap/config_dirs/nvim/lua/user/core/filetypes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/config_dirs/nvim/lua/user/core/filetypes.lua b/bootstrap/config_dirs/nvim/lua/user/core/filetypes.lua index 9149432..32a555c 100644 --- a/bootstrap/config_dirs/nvim/lua/user/core/filetypes.lua +++ b/bootstrap/config_dirs/nvim/lua/user/core/filetypes.lua @@ -8,6 +8,7 @@ vim.filetype.add({ [".env"] = "sh", [".envrc"] = "sh", ["swiftformat"] = "sh", + ["Cartfile"] = "sh", [".yamlfmt"] = "yaml", }, pattern = {