Skip to content

Instantly share code, notes, and snippets.

@adamjohnson
Created September 6, 2018 22:43
Show Gist options
  • Save adamjohnson/06e4bfa91ca9482b81c3655a6ef043fc to your computer and use it in GitHub Desktop.
Save adamjohnson/06e4bfa91ca9482b81c3655a6ef043fc to your computer and use it in GitHub Desktop.

Revisions

  1. adamjohnson created this gist Sep 6, 2018.
    14 changes: 14 additions & 0 deletions rcomment.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    <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>