Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Last active April 11, 2016 02:32
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 scottaddie/b44fb6a5af1622b8aba49f5ba7315123 to your computer and use it in GitHub Desktop.
Save scottaddie/b44fb6a5af1622b8aba49f5ba7315123 to your computer and use it in GitHub Desktop.
settings.json for associating components folder ".js" files with "JavaScript React"
{
"files.associations": {
"**/components/*.js": "javascriptreact"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment