diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2020-07-05 14:10:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-05 14:10:45 +0200 |
commit | 4e3fb965518e2dcd45af64cded128489638e2710 (patch) | |
tree | 9273fe41f1e8bd72765c2d173f4949bd97243502 | |
parent | aa87fdf9bb34c613043deaae0202de8863b697d2 (diff) | |
parent | ea2560113c6dc06196aca30680e675e7ec2d021f (diff) | |
download | ranger-4e3fb965518e2dcd45af64cded128489638e2710.tar.gz |
Merge pull request #1847 from toonn/rust-is-text
Add rust to programming languages for rifle
-rw-r--r-- | ranger/config/rifle.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index 71f4eb4b..6364e097 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -87,8 +87,8 @@ ext x?html?, has w3m, terminal = w3m "$@" # Define the "editor" for text files as first action mime ^text, label editor = ${VISUAL:-$EDITOR} -- "$@" mime ^text, label pager = "$PAGER" -- "$@" -!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php = ${VISUAL:-$EDITOR} -- "$@" -!mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@" +!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|rs|js|sh|php = ${VISUAL:-$EDITOR} -- "$@" +!mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|rs|js|sh|php = "$PAGER" -- "$@" ext 1 = man "$1" ext s[wmf]c, has zsnes, X = zsnes "$1" @@ -266,9 +266,9 @@ label open, has xdg-open = xdg-open "$@" label open, has open = open -- "$@" # Define the editor for non-text files + pager as last action - !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = ask -label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = ${VISUAL:-$EDITOR} -- "$@" -label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@" + !mime ^text, !ext xml|json|csv|tex|py|pl|rb|rs|js|sh|php = ask +label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|rs|js|sh|php = ${VISUAL:-$EDITOR} -- "$@" +label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|rs|js|sh|php = "$PAGER" -- "$@" ###################################################################### |