File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -266,13 +266,16 @@ contexts:
266
266
0 : punctuation.section.code.end.pss
267
267
268
268
# plain-file
269
- - match : ' ^\s*(exec)\s+(file\s+)("[^"]*")\s*=\s*(""") '
269
+ - match : ' ^\s*(exec)\s+(file\s+)("[^"]*")\s*='
270
270
captures :
271
271
1 : keyword.declaration.exec.pss
272
272
2 : keyword.declaration.exec_target_file.pss
273
273
3 : entity.name.filename.pss
274
- 4 : punctuation.section.begin.pss
275
- push : exec-file
274
+ push :
275
+ - match : (""")
276
+ captures :
277
+ 1 : punctuation.section.begin.pss
278
+ set : exec-file
276
279
277
280
# native exec
278
281
- match : ' ^\s*(exec)\s+\b({{exec_kinds}})'
Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ component test_exec {
19
19
}
20
20
"""
21
21
22
- exec file "scripts/bla.sh" = """
22
+ exec file "scripts/bla.sh" =
23
+ """
23
24
This is a plain-text file!
24
25
25
26
"""
26
- }
27
+ }
You can’t perform that action at this time.
0 commit comments