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