We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f84c2 commit 4541bfeCopy full SHA for 4541bfe
1 file changed
Syntax/Just.sublime-syntax
@@ -220,10 +220,17 @@ contexts:
220
1: keyword.control.import.just
221
2: keyword.operator.assignment.just
222
3: meta.generic-name.just
223
+ push: module-path
224
+
225
+ module-path:
226
+ - match: f['"]
227
+ scope: invalid.illegal.just
228
+ pop: 1
229
- match: '`'
230
scope: invalid.illegal.just
- pop: 2
231
232
- include: quoted-strings
233
+ - include: eol-pop
234
235
###[ ALIASES ]#################################################################
236
0 commit comments