Giter Club home page Giter Club logo

Comments (4)

matthewp avatar matthewp commented on May 28, 2024

@RafidMuhymin can you provide an example of how this is highlighted in JSX but is not being highlighted in Astro? In my theme there is no special color provided to either of these. If there's a theme you use where that's not the case please let me know so I can check it out.

from language-tools.

RafidMuhymin avatar RafidMuhymin commented on May 28, 2024

@matthewp Astro:
image

JSX:
image

from language-tools.

RafidMuhymin avatar RafidMuhymin commented on May 28, 2024

Minimal repro:

---
// Please view the code in VSCode. Highlighting in GitHub is different from VSCode
---

<!DOCTYPE html>
<html>
  <body>
    <!-- The JSX {} operator isn't highlighted property in the following lines -->
    <h1>Hello {src}!</h1>
    <img {src} />

    <!-- The inner JSX {} operator in the following line is highlighted properly -->
    {(<img src={src} />)}
  </body>
</html>

from language-tools.

Princesseuh avatar Princesseuh commented on May 28, 2024

This was fixed, however something to note is that you very rarely see native highlighting for brackets these days due to VS Code's bracket colorization. So to see the updated colors, you'd have to disable that

from language-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.