From a9c376c8f8caa5b55bf168aa5074ee1aaa6318b2 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 29 Aug 2026 17:02:42 +0200 Subject: [PATCH] feat: add sh parser --- plugin/40_plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/40_plugins.lua b/plugin/40_plugins.lua index f0582aa..e11201a 100644 --- a/plugin/40_plugins.lua +++ b/plugin/40_plugins.lua @@ -22,7 +22,7 @@ Config.now_if_args(function() local filetypes = { 'html', 'css', 'lua', 'go', 'php', 'blade', 'sql', 'javascript', 'typescript', 'typescriptreact', 'dockerfile', 'yaml', 'markdown', 'dart', - 'json', 'xml', 'toml', 'bash', 'gitcommit', 'diff', 'regex', 'zsh', 'http' + 'json', 'xml', 'toml', 'sh', 'bash', 'zsh', 'gitcommit', 'diff', 'regex', 'http' } Config.autocmd('FileType', filetypes, function(ev)