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

Add Crystal support for .cr and .ecr files #8

Closed bcardiff closed 5 years ago

bcardiff commented 5 years ago

Thanks for this plugin, my # is happy again, at least, in ruby.

This PR adds support for Crystal language.

Language definition grabbed from https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/master/package.json#L38-L69 . I'm not sure if the definitions differ how they are resolved. Should only the id and extensions be kept in this PR?

cc: @faustinoaq

bcardiff commented 5 years ago

Note: the CI is complaining only in a JS test in Windows.

faustinoaq commented 5 years ago

Thank you @bcardiff :tada: