Giter VIP home page Giter VIP logo

abbreviation's People

Contributors

ramya-rao-a avatar sergeche avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ramya-rao-a

abbreviation's Issues

Support class names like width-1/2

With the advent of utility first css frameworks like tachyon and tailwindcss, class names like width-1/2 etc are very common now a days.
emmetio doesn't seem to provide a filter for such names. Hence no support in vscode
However PHPStorm is already supporting the use of such class names in emmet

div.width1/2.relative.p-4

expands to

<div class="width-1/2 relative p-4"></div> 

in PHPStorm

Support for such class names via emmetio is essential so to say in the world of utility first css frameworks.
Request you to consider supporting class names like width-1/2 with a / character soon to enable easy use of utility first frameworks.
Thanks

Needs better documentation

I am looking for a tool just like this to expand emmet into hyperscript, but I can't make sense of the interface here. Is there any documentation for how to access all of the data the node contains?

Abbreviations with text content having single quotes fail parsing

p{this doesn't work} has a single quote in the text part of the abbreviation and this module fails to parse it.

Root cause: The eatQuoted function in the stream-reader-utils modules throws an exception as it cannot find the closing quotes.
This exception then bubbles up via the abbreviation module.
Failure to find closing quotes inside the text part of the abbreviation should not fail parsing

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.