...

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

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

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

View as plain text