Skip to content

Instantly share code, notes, and snippets.

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