ymotongpoo / vsc-licenser

License handler extension for Visual Studio Code.
Apache License 2.0
45 stars 40 forks source link

Add support for gn and starlark #67

Closed joshuaseaton closed 4 years ago

joshuaseaton commented 4 years ago

GN: Meta-build system used by Chromium, Fuchsia, Skia, and other Google-originating projects. https://gn.googlesource.com/gn/+/master/

Starlark: Python-subset conveniently used as a configuration language. Used in bazel. https://github.com/bazelbuild/starlark

ymotongpoo commented 4 years ago

Thank you, @joshuaseaton for the request.