ymotongpoo / vsc-licenser

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

Add Elixir support #51

Closed braunse closed 6 years ago

braunse commented 6 years ago

This change adds Elixir to the list of supported languages.

ymotongpoo commented 6 years ago

Thank you for the PR. I haven't checked it by myself but can you confirm if Elixir is the default supported language by VSCode? If not, can you add the section for Elixir like this? https://github.com/ymotongpoo/vsc-licenser/blob/develop/package.json#L42-L153

braunse commented 6 years ago

Elixir is not default supported, so I added a language contribution and an entry in README.md

ymotongpoo commented 6 years ago

LGTM