You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds syntax highlight support for code, placed in ES6 template literals:
5
-
-CSS
5
+
-JavaScript
6
6
7
7
## Installation
8
8
9
-
- Install `es6-string-css` from extensions (`ctrl + shift + x`)
9
+
- Install `es6-string-javascript` from extensions (`ctrl + shift + x`)
10
10
11
11
## Example
12
12
13
13

14
14
15
15
## Usage
16
16
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.
18
18
19
19
> Tip: Comment in the beginning of untagged template literal is required.
20
20
@@ -24,4 +24,4 @@ Simply insert `css` or the comment `/*css*/`, `/*inline-css*/` before a template
24
24
25
25
## Credits
26
26
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