aliariff / vscode-auto-add-brackets

Automatically add complete brackets when writing interpolated string
https://marketplace.visualstudio.com/items?itemName=aliariff.auto-add-brackets
MIT License
10 stars 4 forks source link

Support elixir #3

Closed sinorga closed 5 years ago

sinorga commented 5 years ago

Small modification to support elixir.

aliariff commented 5 years ago

Hi @sinorga,

Thank you for the PR, Could you also add the supported language list in the readme?

sinorga commented 5 years ago

Hi @aliariff,

No problem.

aliariff commented 5 years ago

Do you think it needs the contributes language part?

so it can recognize the elixir extension without installing the other extension?

because elixir is not natively supported in vscode https://code.visualstudio.com/docs/languages/identifiers

something like this: https://github.com/fr1zle/vscode-elixir/blob/master/package.json#L30 https://github.com/aliariff/vscode-auto-add-brackets/blob/master/package.json#L70

sinorga commented 5 years ago

@aliariff Nice suggestion.