mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Base: Add csv file association
This commit is contained in:
parent
c922a7da09
commit
f6f429bfbc
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,6 @@ object=*.o,*.obj
|
|||
pdf=*.pdf
|
||||
python=*.py
|
||||
sound=*.wav,*.flac
|
||||
spreadsheet=*.sheets
|
||||
spreadsheet=*.sheets,*.csv
|
||||
text=*.txt
|
||||
truetype=*.ttf
|
||||
|
|
|
@ -16,6 +16,7 @@ m3u8=/bin/SoundPlayer
|
|||
txt=/bin/TextEditor
|
||||
font=/bin/FontEditor
|
||||
sheets=/bin/Spreadsheet
|
||||
csv=/bin/Spreadsheet
|
||||
gml=/bin/Playground
|
||||
pdf=/bin/PDFViewer
|
||||
profile=/bin/Profiler
|
||||
|
|
Loading…
Add table
Reference in a new issue