rickard67 / Emmet-Pascal

Emmet components for use in Delphi or Lazarus
Other
10 stars 11 forks source link

Lorem - need to make it like in VS Code #2

Closed Alexey-T closed 2 years ago

Alexey-T commented 3 years ago

VSCode allows this

1) lorem[tab] -> lorem text with about 30 words

Currently Emmet-Pascal makes <lorem></lorem> - nonsense.

2) p*2>lorem[tab] ->

<p>
  Lorem ipsum dolor sit amet, consectetur adipisicing elit. Qui dicta minus
  molestiae vel beatae natus eveniet ratione temporibus aperiam harum alias
  officiis assumenda officia quibusdam deleniti eos cupiditate dolore doloribus!
</p>
<p>
  Ad dolore dignissimos asperiores dicta facere optio quod commodi nam tempore
  recusandae. Rerum sed nulla eum vero expedita ex delectus voluptates rem at
  neque quos facere sequi unde optio aliquam!
</p>

Please make like VS Code.

rickard67 commented 2 years ago

Fixed. Thanks!

Alexey-T commented 2 years ago

Thanks but I see bug with code.

Screenshot from 2022-03-14 17-35-07

Alexey-T commented 2 years ago

@rickard67

rickard67 commented 2 years ago

Should work better now in latest version.

Alexey-T commented 2 years ago

Great; thanks for the support!