aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-01-14 20:17:49 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-01-14 20:17:49 +0000
commit2e64236db774ed064f0fbeaa2d22005937249f89 (patch)
treefc7901362525288f157c0a208e2eb1762e938074
parent28664e74c11d8acae78d1f517ad63c07aeac3404 (diff)
Added support for .kshrc and .ksh_history
-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 = "#"