Simple scheme to classify file types in a hierarchical fashion.
$ area51 add file-types
;; area51 add updates your .asd automatically. ;; Use the package in your code: (in-package :my-project) (file-types:some-function ...)