Skip to content

Instantly share code, notes, and snippets.

@kwyn
Created September 6, 2014 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwyn/526e40cc3874637afd5c to your computer and use it in GitHub Desktop.
Save kwyn/526e40cc3874637afd5c to your computer and use it in GitHub Desktop.
jsx autocomplete snippet for /** @jsx React.DOM */ declaration
<snippet>
<content><![CDATA[/** @jsx React.DOM */]]></content>
<tabTrigger>jsx</tabTrigger>
<scope>source.js</scope>
<description>jsx declerations</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment