es128 / progeny

:baby: Recursively finds dependencies of style and template source files
MIT License
29 stars 15 forks source link

Add .proto extension dependancy parsing #36

Closed lgo closed 6 years ago

lgo commented 6 years ago

Added protobuf dependency parsing. The imports either look like

import "....";

or

import public "...";

(the syntax is the same for proto2 and proto3)

lgo commented 6 years ago

@es128 any chance of merging this in?

(this is used for a few things in an org using my own fork)