diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-09-03 23:01:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 23:01:27 +0200 |
commit | 71bcac6c9a7e3823644094cb39685da9fe24dc01 (patch) | |
tree | 36f833ed7e87180c59743cdb161efdd969d0794e /ranger | |
parent | 5e66753a7222e585e8a31f617ac3a3c94743f288 (diff) | |
parent | 94a621ae4e218c49a0446a700774d79519d71941 (diff) | |
download | ranger-71bcac6c9a7e3823644094cb39685da9fe24dc01.tar.gz |
Merge pull request #1687 from toonn/gh-actions
Add GitHub Actions ci
Diffstat (limited to 'ranger')
-rwxr-xr-x | ranger/data/scope.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 306eeed0..eb09b2bf 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -45,7 +45,6 @@ HIGHLIGHT_STYLE=${HIGHLIGHT_STYLE:-pablo} HIGHLIGHT_OPTIONS="--replace-tabs=${HIGHLIGHT_TABWIDTH} --style=${HIGHLIGHT_STYLE} ${HIGHLIGHT_OPTIONS:-}" PYGMENTIZE_STYLE=${PYGMENTIZE_STYLE:-autumn} - handle_extension() { case "${FILE_EXTENSION_LOWER}" in ## Archive |