Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a386ed

Browse files
committed
Updated readme
1 parent 1d1e5d1 commit 6a386ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# ES6 String CSS
2-
> [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=bashmish.es6-string-css)
1+
# ES6 String JavaScript
2+
> [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=zjcompt.es6-string-javascript)
33
44
Adds syntax highlight support for code, placed in ES6 template literals:
5-
- CSS
5+
- JavaScript
66

77
## Installation
88

9-
- Install `es6-string-css` from extensions (`ctrl + shift + x`)
9+
- Install `es6-string-javascript` from extensions (`ctrl + shift + x`)
1010

1111
## Example
1212

1313
![Example](docs/demo.png)
1414

1515
## Usage
1616

17-
Simply insert `css` or the comment `/*css*/`, `/*inline-css*/` before a template literal.
17+
Simply insert `javascript` or the comment `/*javascript*/` before a template literal.
1818

1919
> Tip: Comment in the beginning of untagged template literal is required.
2020
@@ -24,4 +24,4 @@ Simply insert `css` or the comment `/*css*/`, `/*inline-css*/` before a template
2424

2525
## Credits
2626

27-
This is a fork of the awesome extension [es6-string-html](https://github.com/mydesireiscoma/es6-string-html/).
27+
This is a fork of [es6-string-css](https://github.com/bashmish/es6-string-css) which is a fork of the awesome extension [es6-string-html](https://github.com/mydesireiscoma/es6-string-html/).

0 commit comments

Comments
 (0)