Giter Site home page Giter Site logo

abelljs / vscode-abell-language-features Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 613 KB

Syntax Highliting for .abell files

Home Page: https://marketplace.visualstudio.com/items?itemName=saurabh.abell-language-features

TypeScript 99.95% JavaScript 0.05%
abell hacktoberfest syntax-highlighting

vscode-abell-language-features's People

Contributors

saurabhdaware avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

vscode-abell-language-features's Issues

Migrate to Volar

Description

I think its time to remove all of this and migrate to Volar.js. I have done a POC and it works great. Takes care of showing errors, hovers, click to go to source code, typescript, autoimports and a lot more.

Migration Path

  • Support Source Maps
  • Use Source Maps for mapping the input of typescript to output

Allow HTML language features in .abell files

Currently, only HTML syntax highlighting is supported by the extension. Would be very helpful if we could support auto-completion and other language features of HTML and JavaScript.

Publish the language server

We should publish the language server so that people can make integrations for other editors without rewriting all this logic.

I would personally like to make a coc.nvim extension for this.

Highlight blocks inside strings

We need a way to highlight the blocks that are written inside " or '

<meta name="xyz" content="{{ meta.title }}" />

In the above code, we should be able to highlight {{ meta.title }}

Publish extension to open-vsx.org

Many forks of vscode like Code OSS which removes microsoft telemetry uses this extension registry as microsoft doesn't allow you to incoperate the official registry in any other editor.

I think we should also publish this extenion to https://open-vsx.org/ so that it is also accessible for those people.

I hit this when I was using oni2 editor.

Highlight HTML inside JavaScript strings

    <span class="articles-container">
    {{
      articles.map(article => ( /* html */
        `<a href="${article.url}" class="article shadow">${article.name}</a>`
        )).join('<br/>');
    }}
    </span>

In the snippet above, we should be able to highlight anchor tag HTML inside map function

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.