feat(dockerfile): adapt for parser update

This commit is contained in:
ObserverOfTime 2024-04-20 00:29:52 +03:00
parent bc80862298
commit d8bf42b262
4 changed files with 18 additions and 3 deletions

View file

@ -36,6 +36,15 @@
(double_quoted_string) @string
[
(heredoc_marker)
(heredoc_end)
] @label
((heredoc_block
(heredoc_line) @string)
(#set! "priority" 90))
(expansion
[
"$"