diff options
author | Nicholas Hollett <niax@niax.co.uk> | 2020-05-16 14:43:01 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-18 11:27:27 +0200 |
commit | 02cc3ac21fe09836ccd8f8c14dcd624d0e28809c (patch) | |
tree | 4645e050dac1b207ff9d9098b2b0229134dad407 /Base/res/apps/TextEditor.af | |
parent | 3c5f75ed5347668d09c8cc488c601f5d6b1b7bd3 (diff) | |
download | serenity-02cc3ac21fe09836ccd8f8c14dcd624d0e28809c.zip |
Base: Add file type & protocol definitions for known handlers.
This matches the existing user configuration in /home/anon/LaunchServer.ini
Diffstat (limited to 'Base/res/apps/TextEditor.af')
-rw-r--r-- | Base/res/apps/TextEditor.af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/apps/TextEditor.af b/Base/res/apps/TextEditor.af index 4916d03e26..8bf0ab827e 100644 --- a/Base/res/apps/TextEditor.af +++ b/Base/res/apps/TextEditor.af @@ -8,4 +8,4 @@ Category=Utilities 32x32=/res/icons/32x32/app-texteditor.png [Launcher] -FileTypes=txt,md,html +FileTypes=txt,md,html,htm,js,json,ini |