Skip to content

Commit 4541bfe

Browse files
committed
Fix failing syntax test.
1 parent 36f84c2 commit 4541bfe

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Syntax/Just.sublime-syntax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,17 @@ contexts:
220220
1: keyword.control.import.just
221221
2: keyword.operator.assignment.just
222222
3: meta.generic-name.just
223+
push: module-path
224+
225+
module-path:
226+
- match: f['"]
227+
scope: invalid.illegal.just
228+
pop: 1
223229
- match: '`'
224230
scope: invalid.illegal.just
225-
pop: 2
231+
pop: 1
226232
- include: quoted-strings
233+
- include: eol-pop
227234

228235
###[ ALIASES ]#################################################################
229236

0 commit comments

Comments
 (0)