crystal-lang-tools / sublime-crystal

Crystal syntax highlighting for Sublime Text
Other
86 stars 18 forks source link

Update file extension references in snippets #52

Closed hovsater closed 6 years ago

hovsater commented 6 years ago

Expanding filename dependent snippets such as cla does not result in the right behavior. Given a filename user.cr, expanding the snippet cla will yield the following:

class Test.cr
end

This commit addresses the issue by changing references to .rb with .cr instead.

hovsater commented 6 years ago

@faustinoaq @bew @RX14 I'm not entirely sure who to ping for reviews. Could anyone of you take a look? 🙂

hovsater commented 6 years ago

@bew awesome. I'm changing the snippet files. Thank you for reviewing. 🙂

vladfaust commented 6 years ago

Hey, @KevinSjoberg, you're doing awesome work 😉 Thank you!