Guest User

Untitled

a guest
Feb 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!-- Save to ~/Library/Application Support/Sublime Text 3/Packages/User/ -->
  2. <!-- Example: if you have some liquid like: {{ settings.site_bg_col }}; in your .scss.liquid file,
  3. select that (except for the closing ; and use the keybinding set below. -->
  4. <!-- Output: #{" {{ settings.site_bg_col }} "}; -->
  5.  
  6. <snippet>
  7. <content><![CDATA[
  8. #{" $SELECTION "}
  9. ]]></content>
  10. <!-- this tab trigger won't really work when using $SELECTION -->
  11. <tabTrigger>sslq</tabTrigger>
  12. <description>SCSS Liquid Interpolation</description>
  13. </snippet>
Add Comment
Please, Sign In to add comment