Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/earthfile/injections.scm')
| -rw-r--r-- | runtime/queries/earthfile/injections.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/queries/earthfile/injections.scm b/runtime/queries/earthfile/injections.scm new file mode 100644 index 00000000..7435a400 --- /dev/null +++ b/runtime/queries/earthfile/injections.scm @@ -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)) |