rainbow icon indicating copy to clipboard operation
rainbow copied to clipboard

[Bug] The jsx/tsx file is not coloring

Open wgxh opened this issue 4 years ago • 1 comments

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior, Please provide a minimal piece of code to produce this issue, along with it's filename and it's filetype detected by vim (via :set ft?), a piece of text is better than a picture here. For example:

File: *.tsx, filetype=javascript

export default () => {
  return (
    <div>
      <h1 class="bug-issues">
        The jsx/tsx file is not coloring
      </h1>
   </div>
  )
}

The code pair is not coloring, Please fix this bug very soon! Thanks!

wgxh avatar Mar 19 '21 10:03 wgxh

+1

harryghgim avatar Feb 17 '22 05:02 harryghgim