Skip to content

tyouzu1/es6-string-jsx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 String HTML

VSCode Marketplace

Adds syntax highlight support for code, placed in es6 multiline strings:

  • JSX

Installation

  • Install es6-string-jsx from extensions (ctrl + shift + x)

Example

Example

Usage

const jsx = /*jsx*/`
class Test extends Component {
    render(){
        return <div>
            {this.props.children}
        </div>
    }
}
`
const html = /*jsx*/`
<div>
    {this.props.children}
</div>
`

Releases

No releases published

Packages

No packages published