DependencyCollector: add lua51 language module
This commit is contained in:
parent
575b75fced
commit
c6f45a9e06
@ -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 = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user