textmate / ruby.tmbundle

TextMate support for Ruby
178 stars 90 forks source link

Add frozen string literal magic comment snippet #126

Closed hovsater closed 5 years ago

hovsater commented 5 years ago

This pull request add a snippet for the magic comment, # frozen_string_literal: true. By typing frozen, followed by pressing tab, it will expand to the complete comment.

infininight commented 5 years ago

Pulled, thanks!