Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more file types #15

Merged
merged 3 commits into from
Dec 20, 2018
Merged

Commits on Dec 19, 2018

  1. 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.
    thefirstofthe300 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    12f1013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66fdaac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76290e6 View commit details
    Browse the repository at this point in the history