Commit Graph

7 Commits

Author SHA1 Message Date
Terrence Ryan
e2ec6d07f7 Adding support for SCSS and Sass files. 2020-06-23 10:56:15 -07:00
Tomer Aberbach
3fa068400f feat: add tests for new .mjs and .cjs file extensions 2020-04-25 20:47:44 -04:00
alex
20ee99ff6a Update .php handling to keep <?php at the top
Looking at https://www.php.net/manual/en/language.basic-syntax.phptags.php
there are just too many variations and I'm not convinced the added
complexity to support all of them would be worth it here.

Thus, support only the case where closing tag "?>" is either omitted
or on a separate line. A workaround for all other cases is to add
the license header manually.

Can always revisit this later.
2020-02-22 20:45:35 +01:00
Daniel Seymour
12f10136e4 Add support for several other file types
Adds support for Dockerfiles, Gemfiles, Ruby files, and Groovy files.
Also, in order to fully support Dockerfile and Gemfiles, a new file
extension parser was created to deal with files that do not have an
extension.
2018-12-19 15:56:43 -08:00
alex
071b332aa8 Better support for XML and HTML
Keep <?xml and <!doctype declarations.
2018-07-21 16:57:39 +02:00
Morgante Pell
76852768cb Add support for Terraform files 2018-07-20 18:06:44 -04:00
alex
6631c269a8 initial import 2016-06-27 12:03:58 +01:00