camdencheek / tree-sitter-dockerfile

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

Add support for EOF #21

Closed johnstef99 closed 2 years ago

johnstef99 commented 2 years ago

Add support for syntax highlighting dockerfiles using heredocs. (right now everything south EOF breaks)

image

camdencheek commented 2 years ago

Hi @johnstef99! Thanks for the request. This is a duplicate of #4, so I'm going to go ahead and close in favor of that other one. I'd love to add heredoc support, but it's a surprisingly complex addition and I haven't had the time to explore it further. Always happy to review PRs though 😄