sieukrem / jn-npp-plugin

Plugin for Notepad++ allowing you to automate some tasks using JavaScript
https://github.com/sieukrem/jn-npp-plugin/wiki
109 stars 24 forks source link

Zen coding doesn't expand properly #108

Open gladson1976 opened 3 years ago

gladson1976 commented 3 years ago

Describe the bug Zen coding seems to consider all the text as tags only.. expanding lorem gives an output of <lorem></lorem>

To Reproduce Steps to reproduce the behavior:

  1. Type 'lorem' (without the quotes)
  2. Expand using Zen coding (default shortcut is CTRL+E)
  3. 'lorem' expands to <lorem></lorem>

Expected behavior lorem should be expanded to 'Lorem ipsum dolor sit amet...' (without the quotes)

Screenshots image

Environment