Skip to content

Instantly share code, notes, and snippets.

@oliverbenns
Created May 9, 2017 04:45
Show Gist options
  • Save oliverbenns/5cc9d43966bf268febceaa9a42c5ef42 to your computer and use it in GitHub Desktop.
Save oliverbenns/5cc9d43966bf268febceaa9a42c5ef42 to your computer and use it in GitHub Desktop.
JSX Comment Snipper for Sublime text
<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