question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Emmet and special characters

See original GitHub issue

I found another Emmet issue (after #2488), maybe you can pass this on to RJ TextEd again:

If there’s a special character in the line before an abbreviation, expanding the abbreviation does not work correctly.

How to reproduce: a expands like it should to <a href=""></a> Typing hello a and expanding the “a” works too: hello <a href=""></a> But type hällo a and it is impossible to expand the “a”! The status line says “Cannot find Emmet abbreviation”.

It looks as if every non-standard letter removes one letter from the search string, see these examples: graçias span turns into graçias s<pan></pan> hällö span becomes hällö sp<an></an> ßд®æ span can’t find an abbreviation again.


… after a bit of googling I saw this old issue: https://github.com/emmetio/emmet/issues/439 which seems very much the same. I’ll add this info there, too.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Alexey-Tcommented, Jul 3, 2020

update: #2712

0reactions
d-malcommented, Jul 3, 2020

Thank you, it works!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Allow special characters as part of class name #443 - GitHub
Is there a way to allow for this, or configure Emmet to change which. ... in the HMTL class attribute, since CSS lets...
Read more >
Filters - Emmet Documentation
Filters are special post-processors that modify expanded abbreviation right before ... symbols with entities right before Emmet sent output to the editor.
Read more >
How do I escape the escape character in Emmet?
I am trying to make a custom shortcut in Emmmet because I am using MathJax. I have tried using \ to escape the...
Read more >
Emmet - Bulbapedia, the community-driven Pokémon ...
Emmet appeared in a cameo in the ending credits of Genesect and the Legend Awakened, and in Cilan's flashback in Survival of the...
Read more >
Speed up Your Coding with Emmet in VSCode
A special symbol is provided in Emmet: $. This symbol represents a special variable, its default initial value is 1, and it is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found