Add OpenSCAD files to rifle
This commit is contained in:
parent
dc8374d231
commit
6bd8f3a676
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ ext tsv|tab = sc-im -- "$@"
|
||||||
ext sc = sc-im -- "$@"
|
ext sc = sc-im -- "$@"
|
||||||
ext xls|xlsx = sc-im -- "$@"
|
ext xls|xlsx = sc-im -- "$@"
|
||||||
|
|
||||||
|
# OpenSCAD
|
||||||
|
ext scad, flag f = openscad -- "$@"
|
||||||
|
|
||||||
# Define the "editor" for text files as first action
|
# Define the "editor" for text files as first action
|
||||||
mime ^text, label editor = $EDITOR -- "$@"
|
mime ^text, label editor = $EDITOR -- "$@"
|
||||||
mime ^text, label pager = "$PAGER" -- "$@"
|
mime ^text, label pager = "$PAGER" -- "$@"
|
||||||
|
|
Loading…
Reference in a new issue