Alex on Nostr: Are there any users of #Emmet around (either #Vim, or #Emacs, or actually any other ...
Are there any users of #Emmet around (either #Vim, or #Emacs, or actually any other editor).
I have been looking for a binding/function to close an unclosed tag and I couldn't find anything.
The simplest example I can think of:
```
<ul>
<li>a list item</li>
<!-- what can I do with cursor here to close the open UL? -->
<!-- obviously the question is not about typing the closing tag -->
```
thank you
I have been looking for a binding/function to close an unclosed tag and I couldn't find anything.
The simplest example I can think of:
```
<ul>
<li>a list item</li>
<!-- what can I do with cursor here to close the open UL? -->
<!-- obviously the question is not about typing the closing tag -->
```
thank you