Skip to content

Commit a09419a

Browse files
committed
Update README.md
1 parent f8767af commit a09419a

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
# JavaScript
2-
## VS Code JavaScript (ES6) snippets
3-
-------------------
4-
51
[![Version](https://vsmarketplacebadge.apphb.com/version/xabikos.JavaScriptSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets)
62
[![Installs](https://vsmarketplacebadge.apphb.com/installs/xabikos.JavaScriptSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets)
73
[![Ratings](https://vsmarketplacebadge.apphb.com/rating/xabikos.JavaScriptSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets)
84

9-
This extension contains code snippets for JavaScript in ES6 syntax for [VS Code][code] editor (supports both JavaScript and TypeScript).
5+
# JavaScript Snippets
6+
JavaScript snippets for Visual Studio Code
7+
8+
## About
9+
10+
This extension for [Visual Studio Code](https://code.visualstudio.com/) editor contains JavaScript snippets in ES2015 syntax with optional semicolons hidden behind `snippets-javascript.semi` configuration option by default set to `true`.
1011

1112
## Installation
1213

1314
In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions.
14-
There you have either the option to show the already installed snippets or install new ones. Search for *JavaScript (ES6) code snippets* and install it.
15+
There you have either the option to show the already installed snippets or install new ones. Search for *JavaScript (ES2015) Snippets* and install it.
1516

1617
## Supported languages (file extensions)
18+
1719
* JavaScript (.js)
1820
* TypeScript (.ts)
1921
* JavaScript React (.jsx)
2022
* TypeScript React (.tsx)
21-
* Html (.html)
23+
* HTML (.html)
2224

2325
## Snippets
2426

@@ -74,5 +76,3 @@ Below is a list of all available snippets and the triggers of each one. The **
7476
| `cwa→` | console warn `console.warn` |
7577
| `cin→` | console info `console.info` |
7678
| `clt→` | console table `console.table` |
77-
78-
[code]: https://code.visualstudio.com/

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"onLanguage:html"
2323
],
2424
"categories": [
25-
"Languages",
2625
"Snippets"
2726
],
2827
"contributes": {

0 commit comments

Comments
 (0)