From b167553f744d8aba806e806427f0b39ee149f190 Mon Sep 17 00:00:00 2001 From: محمدحسین ملکیان Date: Thu, 14 Sep 2023 09:22:06 +0330 Subject: Added .zsh and .fish support for language_sh (#291) * change language_sh version in manifest.json * Add support for .zsh and .fish * Update manifest.json Co-authored-by: Guldoman --------- Co-authored-by: Guldoman --- plugins/language_sh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/language_sh.lua b/plugins/language_sh.lua index 7409f2d..f8cf552 100644 --- a/plugins/language_sh.lua +++ b/plugins/language_sh.lua @@ -3,7 +3,7 @@ local syntax = require "core.syntax" syntax.add { name = "Shell script", - files = { "%.sh$", "%.bash$", "^%.bashrc$", "^%.bash_profile$", "^%.profile$" }, + files = { "%.sh$", "%.bash$", "^%.bashrc$", "^%.bash_profile$", "^%.profile$", "%.zsh$", "%.fish$" }, headers = "^#!.*bin.*sh\n", comment = "#", patterns = { -- cgit v1.2.3