aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json2
-rw-r--r--plugins/language_sh.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 25f05ae..de7ab9a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -848,7 +848,7 @@
},
{
"description": "Syntax for shell scripting language",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/language_sh.lua",
"id": "language_sh",
"mod_version": "3"
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 = {