Skip to content
Snippets Groups Projects
Commit c6f45a9e authored by Misty De Meo's avatar Misty De Meo
Browse files

DependencyCollector: add lua51 language module

parent 575b75fc
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ require "set"
class DependencyCollector
# Define the languages that we can handle as external dependencies.
LANGUAGE_MODULES = Set[
:lua, :perl, :python, :python3, :ruby
:lua, :lua51, :perl, :python, :python3, :ruby
].freeze
CACHE = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment