Advertisement
Guest User

Untitled

a guest
Dec 29th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <snippet>
  2. <content><![CDATA[logger.${1:debug} "${2:your debug info}"]]></content>
  3. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  4. <tabTrigger>log</tabTrigger>
  5. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  6. <scope>source.ruby</scope>
  7. </snippet>
  8.  
  9. <snippet>
  10. <content><![CDATA[Rails.logger.${1:debug} "${2:your debug info}"]]></content>
  11. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  12. <tabTrigger>rlog</tabTrigger>
  13. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  14. <scope>source.ruby</scope>
  15. </snippet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement