aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/helix/languages.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml
index a8933bb..d27fc16 100644
--- a/.config/helix/languages.toml
+++ b/.config/helix/languages.toml
@@ -62,6 +62,8 @@ file-types = [
{ glob = ".yashrc" },
{ glob = ".yash_profile" },
{ glob = ".hushlogin" },
+ { glob = ".kshrc" },
+ { glob = ".ksh_history" },
]
shebangs = ["sh", "bash", "dash", "zsh"]
comment-token = "#"