File tree Expand file tree Collapse file tree 3 files changed +37
-17
lines changed Expand file tree Collapse file tree 3 files changed +37
-17
lines changed Original file line number Diff line number Diff line change 22---
33name : DMD Output
44hidden : true
5- scope : source.build_output .dmd
5+ scope : text.build-output .dmd
66contexts :
77 main :
88 - match : ' ^(.*?)\(([0-9]+)(?:,\s*([0-9]+))?\): '
99 captures :
10- 1 : entity.name.filename.dmd
11- 2 : constant.numeric.line-number.dmd
12- 3 : constant.numeric.line -number.dmd
13- - match : ' \b(Warning| Error)(:) '
10+ 1 : entity.name.filename.build-output
11+ 2 : constant.numeric.line-number.build-output
12+ 3 : constant.numeric.column -number.build-output
13+ - match : ' \b(Error)(:) '
1414 captures :
15- 1 : message.error.dmd
16- 2 : punctuation.separator.dmd
15+ 1 : message.error.build-output markup.error.build-output
16+ 2 : punctuation.separator.build-output
17+ - match : ' \b(Warning)(:) '
18+ captures :
19+ 1 : message.warning.build-output markup.warning.build-output
20+ 2 : punctuation.separator.build-output
21+ - match : ' ^\[.+\]$'
22+ scope : comment.line.result.build-output
Original file line number Diff line number Diff line change 22---
33name : Make Output
44hidden : true
5- scope : source.build_output
5+ scope : text.build-output.make
66contexts :
77 main :
88 - match : ' ^(..[^:\n]*):([0-9]+):?([0-9]+)?:? '
9- scope : entity.name.filename
10- - match : ' \b(warning|error): '
11- scope : message.error
9+ captures :
10+ 1 : entity.name.filename.build-output
11+ 2 : constant.numeric.line-number.build-output
12+ 3 : constant.numeric.column-number.build-output
13+ - match : ' \b(error)(:) '
14+ captures :
15+ 1 : message.error.build-output markup.error.build-output
16+ 2 : punctuation.separator.build-output
17+ - match : ' \b(warning)(:) '
18+ captures :
19+ 1 : message.warning.build-output markup.warning.build-output
20+ 2 : punctuation.separator.build-output
1221 - match : ' ^\[.+\]$'
13- scope : comment
22+ scope : comment.line.result.build-output
Original file line number Diff line number Diff line change 22---
33# http://www.sublimetext.com/docs/3/syntax.html
44name : Cargo Build Results
5- scope : source.build_results
5+ scope : text.build-output.cargo
66hidden : true
77contexts :
88 main :
99 - match : ' ^(..[^:\n]*):([0-9]+):?([0-9]+)?:? '
10- scope : entity.name.filename
11- - match : ' \berror: '
12- scope : message.error
10+ captures :
11+ 1 : entity.name.filename.build-output
12+ 2 : constant.numeric.line-number.build-output
13+ 3 : constant.numeric.column-number.build-output
14+ - match : ' \b(error)(:) '
15+ captures :
16+ 1 : message.error.build-output markup.error.build-output
17+ 2 : punctuation.separator.build-output
1318 - match : ' ^\[.+\]$'
14- scope : comment
19+ scope : comment.line.result.build-output
You can’t perform that action at this time.
0 commit comments