rcjsuen / dockerfile-language-service

Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
MIT License
16 stars 2 forks source link

Add folding support for instructions that span multiple lines #43

Closed rcjsuen closed 5 years ago

rcjsuen commented 5 years ago

It's not uncommon for some instruction (such as RUN) to span multiple lines. We should add folding support for instructions that span multiple lines.