Skip to content

Instantly share code, notes, and snippets.

@adamjohnson
Created September 6, 2018 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamjohnson/06e4bfa91ca9482b81c3655a6ef043fc to your computer and use it in GitHub Desktop.
Save adamjohnson/06e4bfa91ca9482b81c3655a6ef043fc to your computer and use it in GitHub Desktop.
Sublime Text snippet to insert a Radius comment for CleanSlate.
<snippet>
<!-- Snippet to insert a radius comment for CleanSlate. -->
<content><![CDATA[
<r:comment>
<!-- ${1: } -->
</r:comment>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>rcomment</tabTrigger>
<description>Insert an r:comment tag for CleanSlate</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope> seems to break stuff / not work / disable snippet. ¯\_(ツ)_/¯ -->
<!-- <scope>source.html</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment