Skip to content

Commit

Permalink
Merge pull request #13 from deathaxe/pr/fix-st4148-compat
Browse files Browse the repository at this point in the history
Upgrade embedded Python to syntax v2
  • Loading branch information
nk9 authored Apr 26, 2023
2 parents 8e2bbd7 + 62c5f7a commit 439d101
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Syntax/tests/syntax_test_just.recipe_embeddings.just
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ python3 *ARGS:
print("hello {{ ARGS }} world")
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.python.embedded.just
# ^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.arguments.python
# ^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.python
# ^^^^^^^^^^ meta.interpolation.just
# ^^^^^^^ meta.string.python string.quoted.double.python - meta.interpolation
# ^^^^^^^^^^ meta.string.python meta.interpolation.just - string
# ^^^^^^^ meta.string.python string.quoted.double.python - meta.interpolation

shell *$ARGS:
#!/bin/sh
Expand Down

0 comments on commit 439d101

Please sign in to comment.