Skip to content

Commit d444823

Browse files
committed
[#6] Fix broken backtick test
1 parent bdf6042 commit d444823

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Syntax/tests/syntax_test_just.assignment.just

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@ export JUST_LOG := (log + "ing" + `grep loop /etc/networks | cut -f2`)
5757
# <- keyword.declaration.variable.just
5858
# ^^^^^^^^ variable.other.just
5959
# ^^ keyword.operator.assignment.just
60-
# ^ meta.group.just punctuation.section.group.begin.just
61-
# ^^^ meta.group.just variable.other.just
60+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.group.just
61+
# ^ punctuation.section.group.begin.just
62+
# ^^^ variable.other.just
6263
# ^ keyword.operator.arithmetic.just
6364
# ^^^^^ string.quoted.double.just
6465
# ^ keyword.operator.arithmetic.just
65-
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ string.quoted.backtick.just
66-
# ^ meta.group.just punctuation.section.group.end.just
66+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.shell meta.interpolation.command.shell
67+
# ^ punctuation.section.group.end.just
6768

6869
# comment
6970
# <- comment.line.number-sign.just punctuation.definition.comment.begin.just

0 commit comments

Comments
 (0)