Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wgxh opened this issue Mar 19, 2021 · 1 comment
Open

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

wgxh opened this issue Mar 19, 2021 · 1 comment

Comments

@wgxh
Copy link

wgxh commented Mar 19, 2021

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
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants