Base: Add csv file association

This commit is contained in:
Karol Kosek 2021-08-22 00:18:53 +02:00 committed by Ali Mohammad Pur
parent c922a7da09
commit f6f429bfbc
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,6 @@ object=*.o,*.obj
pdf=*.pdf
python=*.py
sound=*.wav,*.flac
spreadsheet=*.sheets
spreadsheet=*.sheets,*.csv
text=*.txt
truetype=*.ttf

View file

@ -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