Created
May 9, 2017 04:45
-
-
Save oliverbenns/5cc9d43966bf268febceaa9a42c5ef42 to your computer and use it in GitHub Desktop.
JSX Comment Snipper for Sublime text
This file contains 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> | |
<content><![CDATA[ | |
{/* ${1:JSX Comment} */} | |
]]></content> | |
<!-- Hit `jc` in any JS document to get a JSX comment --> | |
<tabTrigger>jc</tabTrigger> | |
<scope>source.js</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment