From 1456ce55ee5f08a91b7df2a82f78365c2300b5f2 Mon Sep 17 00:00:00 2001 From: roey ben arieh Date: Sun, 18 Aug 2024 10:56:22 +0300 Subject: [PATCH] chore(language): add dockerfile to treesitter(already exists in lazyvim) --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index e67a842..23a2ba5 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -30,6 +30,7 @@ return { "requirements", -- python pip requirements "nix", "just", + "dockerfile", "git_config", -- .git/config file "git_rebase", -- git interactive rebase file "gitattributes", -- .gitattributes file, resource: https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes