Add OpenSCAD files to rifle

This commit is contained in:
Talia 2020-01-14 19:26:16 +01:00
parent dc8374d231
commit 6bd8f3a676
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ ext tsv|tab = sc-im -- "$@"
ext sc = sc-im -- "$@"
ext xls|xlsx = sc-im -- "$@"
# OpenSCAD
ext scad, flag f = openscad -- "$@"
# Define the "editor" for text files as first action
mime ^text, label editor = $EDITOR -- "$@"
mime ^text, label pager = "$PAGER" -- "$@"