Sergei Chestakov
Sergei Chestakov
amazing - thank you @jnpwebdeveloper that worked for me!
Hey there! We're also interesting in adding Emmet support for CodeMirror 6 at [Replit](https://replit.com). Just sent you an email with more detail @sergeche. Let us know how we can help...
thank you for this! FYI it looks like some of the dependencies were incorrectly declared. have a fix here: https://github.com/graphql/graphiql/pull/3069
yeah I think we'll want to stick with defaults as close as possible. we can possibly add it as a config option tho
I'm seeing the same thing. Looks like this is an issue when [Squirrel.Windows](https://github.com/Squirrel/Squirrel.Windows) tries to parse the release file. It seems that it's treating the URL as a local path...
Hmm our app is signed. Anyways we ended up figuring it out - we just needed to update the download URL in the release file to end in the `.nupkg`...
Awesome, thanks! I'll give it a try later. However, I think the fact that the filter flag is set to false will still lead to the Emmet results being rendered...
Thanks! That's an interesting idea. I'm not sure if there would be performance issues from having the relevant event handlers run every time you mouse or keydown but in theory...
Oh interesting. So "green" _is_ a valid CSS value but what you're suggesting is for it to pick up entire strings that contain CSS values (e.g. match on "I like...
Oh think I slightly misunderstood the question - you're asking to support other languages other than CSS which will require a custom "enter" function since the tree parsing logic will...