luochen1990 / rainbow

Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
Apache License 2.0
1.78k stars 95 forks source link

[Bug] The jsx/tsx file is not coloring #159

Open wgxh opened 3 years ago

wgxh commented 3 years ago

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!

harryghgim commented 2 years ago

+1