Skip to content

Commit

Permalink
Add typescript support
Browse files Browse the repository at this point in the history
  • Loading branch information
myovchev committed Sep 6, 2019
1 parent e33d898 commit 65b3a4a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the "corllete-es6-snippets" extension will be documented

## [Unreleased]

## [0.0.4] - 2019-09-06
### Feature
- Snippets available for typescript (both .ts and .tsx)

## [0.0.3] - 2018-02-07
### Fixed
- Unnecessary new lines
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ in progress.

* Javascript (.js)
* Javascript React (.jsx, js)
* Typescript (.ts)
* Typescript React (.tsx)

## Snippets

Expand Down Expand Up @@ -40,9 +42,10 @@ List of all available snippets and names (triggers) for each one of them.

> Tip: To use a snippet in VSCode type the snippet name and hit Tab.
## Release Notes
## Roadmap

### 0.0.1
- Separate typsecript (ts) snippets
- Separate typescript react (tsx)

Initial release of ES6 snippets

Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
{
"language": "javascriptreact",
"path": "./snippets/snippets.json"
},
{
"language": "typescript",
"path": "./snippets/snippets.json"
},
{
"language": "typescriptreact",
"path": "./snippets/snippets.json"
}
]
}
Expand Down

0 comments on commit 65b3a4a

Please sign in to comment.