Created
September 6, 2018 22:43
-
-
Save adamjohnson/06e4bfa91ca9482b81c3655a6ef043fc to your computer and use it in GitHub Desktop.
Revisions
-
adamjohnson created this gist
Sep 6, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>