Make Output.sublime-syntax (282B)
1 %YAML 1.2 2 --- 3 name: Make Output 4 hidden: true 5 scope: source.build_output 6 contexts: 7 main: 8 - match: '^(..[^:\n]*):([0-9]+):?([0-9]+)?:? ' 9 scope: entity.name.filename 10 - match: '\b(warning|error): ' 11 scope: message.error 12 - match: '^\[.+\]$' 13 scope: comment