ymotongpoo / vsc-licenser

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

Add support for Dart #62

Closed 12people closed 5 years ago

12people commented 5 years ago

Please add support for the Dart language. It's very similar to Java, it should be fairly easy to port the Java solution over to work with Dart.

12people commented 5 years ago

Nevermind, Dart seems to be supported anyway. That said, it'd still be nice to see it in the list of supported languages.

ymotongpoo commented 5 years ago

Oh, does it support Dart already? I don't see it in the list. https://github.com/ymotongpoo/vsc-licenser/blob/develop/src/notation.ts#L64-L107

If you can make the pull request for Dart support, I appreciate it.