Created
September 6, 2018 22:43
-
-
Save adamjohnson/06e4bfa91ca9482b81c3655a6ef043fc to your computer and use it in GitHub Desktop.
Sublime Text snippet to insert a Radius comment for CleanSlate.
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 characters
<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