camdencheek / tree-sitter-dockerfile

A tree-sitter grammar for Dockerfile
MIT License
71 stars 20 forks source link

EOF is not handled properly and renders the rest of the file wrong #46

Closed aanzolaavila closed 5 months ago

aanzolaavila commented 5 months ago

When using EOF in a RUN statement, rest of the file would be rendered wrong Example: Screenshot from 2024-03-25 13-42-59

pilona commented 5 months ago

@aanzolaavila, this is a duplicate of #4. It's not just about EOF as a heredoc marker, but all.

aanzolaavila commented 5 months ago

I see! thank you for pointing that out! :)