From 2e64236db774ed064f0fbeaa2d22005937249f89 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 14 Jan 2025 20:17:49 +0000 Subject: Added support for .kshrc and .ksh_history --- .config/helix/languages.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/helix/languages.toml') 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 = "#" -- cgit v1.2.3