mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:27:45 +00: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
|
pdf=*.pdf
|
||||||
python=*.py
|
python=*.py
|
||||||
sound=*.wav,*.flac
|
sound=*.wav,*.flac
|
||||||
spreadsheet=*.sheets
|
spreadsheet=*.sheets,*.csv
|
||||||
text=*.txt
|
text=*.txt
|
||||||
truetype=*.ttf
|
truetype=*.ttf
|
||||||
|
|
|
@ -16,6 +16,7 @@ m3u8=/bin/SoundPlayer
|
||||||
txt=/bin/TextEditor
|
txt=/bin/TextEditor
|
||||||
font=/bin/FontEditor
|
font=/bin/FontEditor
|
||||||
sheets=/bin/Spreadsheet
|
sheets=/bin/Spreadsheet
|
||||||
|
csv=/bin/Spreadsheet
|
||||||
gml=/bin/Playground
|
gml=/bin/Playground
|
||||||
pdf=/bin/PDFViewer
|
pdf=/bin/PDFViewer
|
||||||
profile=/bin/Profiler
|
profile=/bin/Profiler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue