Code Monkey home page Code Monkey logo

Comments (5)

rodhash avatar rodhash commented on June 20, 2024

One more thing that would be nice is to not match ">" in the middle of the line.

Currently my "=>" for the callback fn became half highlighted:

image

Or perhaps would be ok to apply the highlight when it's actually closing with %> as I have inside my <li> tag.

from nvim-ts-rainbow.

p00f avatar p00f commented on June 20, 2024

Can you paste an example

from nvim-ts-rainbow.

rodhash avatar rodhash commented on June 20, 2024

Sorry delay..

Sure, in this example I'm updating the title:

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title><%= pageTitle %></title>
    <link rel="stylesheet" href="/css/main.css">
    <link rel="stylesheet" href="/css/forms.css">
    <link rel="stylesheet" href="/css/product.css">
</head>

Here, it's a full file (404.ejs) with 3 different includes:

<%- include('./includes/head.ejs') %>

</head>
<%- include('./includes/navigation.ejs') %>

<body>
    <h1>Page Not Found!</h1>

<%- include('./includes/end.ejs') %>

Here, we have two variables kindofday and el and a array method being used forEach:

<body>
    <h1><%= kindOfDay %> </h1>

    <ul>
        <% itemList.forEach( el => { %>
            <li><%= el %> </li>
        <% }) %>
    </ul>
</body>

from nvim-ts-rainbow.

p00f avatar p00f commented on June 20, 2024

tree-sitter doesn't recognise them:
image

from nvim-ts-rainbow.

p00f avatar p00f commented on June 20, 2024

nvim-treesitter needs to add the embedded_template language (no checkmark): https://github.com/nvim-treesitter/nvim-treesitter#supported-languages

from nvim-ts-rainbow.

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.