Giter Site home page Giter Site logo

fallenmax / mithril-emmet Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 3.0 366 KB

A VSCode extension that add Emmet support for Mithril

Home Page: https://marketplace.visualstudio.com/items?itemName=FallenMax.mithril-emmet

License: MIT License

TypeScript 100.00%

mithril-emmet's People

Contributors

fallenmax avatar goodguygregory avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mithril-emmet's Issues

License

Hello

I'm trying to your extension to Open VSX so it will be available to VSCode based IDEs like VSCodium. But it requires that your repo to have a LICENSE. Could you please add one?

Thanks

Add support Twig by default without any conf

Issue Type: Feature Request

Hi

i think it can be great for beginners and student to add twig to emmet extension default without any conf .

Emmet team say i need to report this feature request here

Have a niced day
Alexander

Extension version: 0.7.6
VS Code version: Code 1.52.1 (ea3859d4ba2f3e577a159bc91e3074c5d85c0523, 2020-12-16T16:34:46.910Z)
OS version: Windows_NT x64 10.0.19042

Icon (greater-than sign)

Last night I designed a very simple icon for this extension so I can easily spot it in the extensions pane.
Feel free to take it if you like it.
Feel also free to change color, shape and whatnot.

Missing doc type before html tag

very minor issue

<!DOCTYPE html> is missing when use doc emmet abbreviation.

Would be good to include for linting reason, thanks!

Expansion for CamelCase elements

Hi,
I'd like to use this extension with React Hyperscript or eventually with Dojo

For this to work the quotes should not be applied if the element is CamelCase.
For instance AppWrapper>Helmet should expand:

h(AppWrapper, 
  h(Helmet)
)

and not:

h('AppWrapper', 
  h('Helmet')
)

Anyway, groups (e.g. one>(two>three)+four) seem to have some strange behavior. Are they supported?
Thank you!

Grouping doesn't work

From the Emmet documentation:

div>(header>ul>li*2>a)+footer>p

produces:

div>(header>ul>li*2>a)m("footer", [m("p")]);

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.