Commit Graph

284 Commits

Author SHA1 Message Date
Magnus Woldrich 91a090e219 Add a few descriptions as returned by filesuffix 2022-04-02 08:27:56 +02:00
Magnus Woldrich a807f64ce4 Add perl module coloring back (.pm) 2022-04-02 08:26:11 +02:00
Ryan Delaney 9abe2b6ed1 Comprehensive restructuring 2022-03-21 15:44:38 -04:00
Ryan Delaney ebbd3cbf56 Remove vim folds 2022-03-21 15:39:50 -04:00
Ryan Delaney f22787191b Merge branch 'master' into xonsh 2022-03-09 10:45:21 -05:00
Ryan Delaney 86752e2d38 Add .xsh for xonsh scripts 2022-03-02 12:35:50 -05:00
Etienne Prud’homme 2402dfac27
Add partitions extensions
* Add the common `img` for partition.  Add the Fast Virtual Disk `fvd`
used by QEMU.  Add the Virtual Disk Image `vdi` used by VirtualBox.
Add the Virtual Hard Disk `vhd` or `vhdx` used by Hyper-V.  Add the
Virtual Floppy Disk `vfd` also used by Hyper-V.
2022-01-05 18:46:40 -05:00
Etienne Prud’homme ea85f365e5
Add Emacs file extensions
* Emacs has the `el` extension for Emacs lisp.  Byte-compiled lisp has
`elc`.  Natively compiled lisp has `eln`.  Org-mode has the `org`
extension.
2021-12-28 10:41:57 -05:00
mmhj d20f554612
Added matching for archive extensions & cleanup
Added matching for all the archive extensions.

Cleaned up the entire file, removed unnecessary tabs/spaces, added information for unknown extensions.
2021-07-27 13:59:47 +02:00
mmhj 35986070d0
Added .tbz & .tar.lzma archive formats
Added Bzip Compressed Tar Archive & LZMA Compressed Tarball
2021-07-24 14:09:29 +02:00
mmhj 21d28c08e9
Added Bash environment config
Added the following ZSH environment config files:

.profile
.bash_profile
.bash_login
.bash_logout

.bashrc is already included in '*rc'.

I also remove some unnecessary blank lines.
2021-07-23 11:37:02 +02:00
mmhj 0880d4285b
Added ZSH environment config
Added the following ZSH environment config files:

.zshenv
.zprofile
.zlogin
.zlogout

.zshrc is already included in '*rc'.
2021-07-23 11:20:17 +02:00
Ryan Delaney aab04da18e
Merge pull request #171 from epaaj/patch-2
Add .ear and .war as packaged apps
2021-07-22 11:40:27 -04:00
mmhj 6d8b805af9
Added .rstheme to LS_COLORS
RStudio theme config file added to LS_COLORS.
2021-07-22 12:52:03 +02:00
numirias 63dc14cdf5 Add crx for Chrome and xpi for Firefox extensions
CRX and XPI files are packaged Chrome/Firefox browser extensions with
a ZIP archived source tree.

References:
.crx: https://developer.chrome.com/docs/extensions/mv3/linux_hosting/
.xpi: https://wiki.mozilla.org/Add-ons/Extension_Signing
2021-03-03 01:55:12 +01:00
Julien Chappuis cc81233ae2
Adds support for Asciidoc / Asciidoctor file extensions
Asciidoc is a markup format similar to Markdown, with more features.

- adds *.adoc and *.asciidoc according to https://asciidoctor.org/docs/asciidoc-recommended-practices/#document-extension
- *.asc wasn't added as it created a duplication with another format
- used the same colour scheme as other document formats, namely markdown
2020-12-29 22:00:14 +01:00
Julien Chappuis ebe14fb802
Adds support for Asciidoc / Asciidoctor file extensions
Asciidoc is a markup format similar to Markdown, with more features.

- adds *.adoc and *.asciidoc according to https://asciidoctor.org/docs/asciidoc-recommended-practices/#document-extension
- *.asc wasn't added as it created a duplication with another format
- used the same colour scheme as other document formats, namely markdown
2020-12-29 21:54:07 +01:00
Jimmy Garpehäll 7b69f09650
Add .ear and .war as packaged apps
Add missing java archive file extensions
2020-12-02 15:48:03 +01:00
Lucien Iseli bec62c2968
Add scala script .sc 2020-11-30 01:14:35 +01:00
Ryan Delaney acef8254ba Group MIDI extensions together 2020-10-12 19:51:29 -04:00
Ryan Delaney 9374bcbb57 Add WARC (WebARChive) 2020-10-08 12:04:09 -04:00
Andrea Scarpino 7b6e2632db
Update LS_COLORS 2020-10-05 17:05:53 +02:00
Andrea Scarpino 69fed13ad1
Add jsonnet 2020-10-05 16:55:40 +02:00
Ryan Delaney 687300b8dd Update my email address 2020-10-01 11:35:40 -04:00
Sudo Nice 9166863a5c Add V 2020-06-13 20:12:44 +03:00
Ivan Tham 9ffdf42528
Add kak
Kakoune configuration, an editor like vim
2020-05-27 23:51:51 +08:00
Ryan Delaney 9934cd32e5
Merge pull request #157 from daurnimator/zig
Add zig
2020-05-15 14:15:09 -07:00
Alexey Kotlyarov b20015f453
NDJSON support
NDJSON appears to be the a fork of JSON Lines.
2020-05-05 07:39:05 +10:00
daurnimator 18848cbc47
Add zig 2020-04-27 23:29:59 +10:00
David E. Nedrow 451d95e92f Added additional markup language extensions:
* .xsd (W3C Schema)
* .dtd (OASIS Document Type Definition)
* .sgml (ISO Standard Generalized Markup Language)
* .rng (OASIS RELAX NG)
* .rnc (OASIS RELAX NG Compact)
2020-04-19 23:02:26 -04:00
Ryan Delaney 479af6fdfa
Merge pull request #144 from dnedrow/master
Added sublime settings and workspace extensions.
2020-03-24 11:33:35 -07:00
Ryan Delaney 9720420e91 Remove duplicate extensions 2020-03-01 18:22:22 -08:00
David Nedrow 289a984050 Added sublime settings and workspace extensions. 2020-02-08 21:37:14 -05:00
Ryan Delaney f81c55e862 Add .zstd extension for zstandard archives 2020-01-07 19:22:25 -08:00
Ryan Delaney dbb902aaec Merge remote-tracking branch 'upstream/master' 2020-01-07 19:21:20 -08:00
Nicholas Beninato 745a255329 Core Audio Format 2020-01-03 04:55:45 -08:00
Nicholas Beninato 16b47a08ed ics calendar 2020-01-03 04:50:56 -08:00
Nicholas Beninato bfdcc7d625 eclipse preferences 2020-01-03 04:46:45 -08:00
Nicholas Beninato e0a717eb5c web open font 2020-01-03 04:46:32 -08:00
Nicholas Beninato d8077da283 slightly changed subtitle color and added sup 2020-01-03 04:37:12 -08:00
Nicholas Beninato bf24be4262 AppleScript 2020-01-03 04:30:21 -08:00
Nicholas Beninato 6562f4d9f5 more macOS files 2020-01-03 04:30:06 -08:00
Nicholas Beninato 35e11123f2 added more Xcode files, created macOS category 2020-01-03 04:15:34 -08:00
Nicholas Beninato eb5ae4287f more Xcode files 2020-01-03 04:11:45 -08:00
Nicholas Beninato ec9beffae6 updated number of supported extensions and some grammar 2020-01-03 04:08:09 -08:00
Nicholas Beninato 7f6e356b19 texas instruments calculator programs 2020-01-03 04:03:37 -08:00
Nicholas Beninato c8937ccd01 macOS application codesigning 2020-01-03 03:57:18 -08:00
Nicholas Beninato cb8b07f447 macOS icon file 2020-01-03 03:54:08 -08:00
Nicholas Beninato 7b1e60d5fd sublime settings 2020-01-03 03:53:04 -08:00
Nicholas Beninato 8969bc43b3 added category formatting 2020-01-03 03:46:05 -08:00