File tree Expand file tree Collapse file tree 1 file changed +16
-26
lines changed Expand file tree Collapse file tree 1 file changed +16
-26
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,24 @@ variables:
1919
2020contexts :
2121 main :
22+ - include : log-entries
23+ - include : blocks
24+ - include : brackets
2225 - include : comments
26+ - include : commands
2327 - include : constants
24- - include : blocks
28+ - include : strings
29+
30+ content :
31+ - include : parens
2532 - include : brackets
26- - include : log-entries
33+ - include : comments
2734 - include : commands
35+ - include : constants
2836 - include : strings
2937
38+ # ##[ COMMENTS ]################################################################
39+
3040 comments :
3141 # note: primarily used for syntax_test files
3242 - match : ^\#
@@ -246,12 +256,7 @@ contexts:
246256 - match : \]
247257 scope : punctuation.section.brackets.end.log
248258 pop : 1
249- - include : comments
250- - include : constants
251- - include : brackets
252- - include : parens
253- - include : commands
254- - include : strings
259+ - include : content
255260
256261 parens :
257262 - match : \(
@@ -268,13 +273,8 @@ contexts:
268273 - match : \)
269274 scope : punctuation.section.parens.end.log
270275 pop : 1
271- - include : comments
272- - include : constants
273- - include : brackets
274- - include : parens
275276 - include : log-entries
276- - include : commands
277- - include : strings
277+ - include : content
278278
279279# ##[ LOG ENTRIES ]##############################################################
280280
@@ -313,12 +313,7 @@ contexts:
313313
314314 box-warning-content :
315315 - meta_scope : meta.warning.box.log
316- - include : comments
317- - include : constants
318- - include : brackets
319- - include : parens
320- - include : commands
321- - include : strings
316+ - include : content
322317
323318 commands :
324319 - match : (\\)[\w@]+
@@ -347,12 +342,7 @@ contexts:
347342 - match : \}
348343 scope : punctuation.section.braces.end.log
349344 pop : 1
350- - include : comments
351- - include : constants
352- - include : brackets
353- - include : parens
354- - include : commands
355- - include : strings
345+ - include : content
356346
357347 value :
358348 - include : parens
You can’t perform that action at this time.
0 commit comments