feat: add earthfile parser (#6395)

---------

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Gaëtan Lehmann 2024-04-11 23:06:52 +02:00 committed by GitHub
parent 5c4892b055
commit 6ae470fd8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 149 additions and 0 deletions

View file

@ -0,0 +1,9 @@
((comment) @injection.content
(#set! injection.language "comment"))
((line_continuation_comment) @injection.content
(#set! injection.language "comment"))
((shell_fragment) @injection.content
(#set! injection.language "bash")
(#set! injection.include-children))