diff --git a/README.md b/README.md index 1a905c7..1846978 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ There you have either the option to show the already installed snippets or insta ## Supported languages (file extensions) * JavaScript (.js) * TypeScript (.ts) +* TypeScript React (.tsx) ## Snippets @@ -93,4 +94,4 @@ Below is a list of all available snippets and the triggers of each one. The ** [jasmine]: http://jasmine.github.io [sublime-jusmine]: https://github.com/NicoSantangelo/sublime-jasmine -[NicoSantangelo]: https://github.com/NicoSantangelo \ No newline at end of file +[NicoSantangelo]: https://github.com/NicoSantangelo diff --git a/package.json b/package.json index aa4e879..e17d31e 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,10 @@ { "language": "typescript", "path": "./snippets/snippets.json" + }, + { + "language": "typescriptreact", + "path": "./snippets/snippets.json" } ] }