Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 241 Bytes

rt_st2

Ruby Tweaks for Sublime Text 2

For the moment, these are:

  1. Recognition of 'require_relative' as a language keyword.
  2. Handling of '|' as a paired character.
  3. Support for Ruby 2's %i and %I operators, thanks to MattDMo.