diff options
author | Boris Verkhovskiy | 2024-01-22 23:19:28 +0000 |
---|---|---|
committer | GitHub | 2024-01-22 23:19:28 +0000 |
commit | 7d7ace551cd58f0b6d65af7a6dfa8f896d94724a (patch) | |
tree | 577e7ef695cee88a0d40e3dd67ac6563143d111a | |
parent | 9ed3dc52e0d56f0f0fd721d7f10da5f935f56ef9 (diff) |
Highlight .bash_history as bash (#9401)
-rw-r--r-- | languages.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index a785828c..4ff529c4 100644 --- a/languages.toml +++ b/languages.toml @@ -796,6 +796,7 @@ file-types = [ "sh", "bash", "zsh", + ".bash_history", ".bash_login", ".bash_logout", ".bash_profile", |