...

Text file src/github.com/alecthomas/chroma/lexers/testdata/jsx.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1import React from 'react';
     2import ReactDOM from 'react-dom';
     3import App from './component/App';
     4import './index.css';
     5import 'github-fork-ribbon-css/gh-fork-ribbon.css';
     6
     7ReactDOM.render(
     8  <>
     9    <React.StrictMode>
    10      <App />
    11    </React.StrictMode>
    12  </>,
    13  document.getElementById('root')
    14);

View as plain text