I'd like to be able to import all the files in a given directory to a certain place with one comment.
<!-- @import 'files/*' -->
<!-- @import 'kit-files/*.kit' -->
Or even more simply, just "import a directory" (meaning everything inside) so there's no need for * pattern matching.