Added initial version of compile output syntax highlighting

This commit is contained in:
PhilipTrauner 2016-03-29 23:37:47 +02:00
parent 7ce7283057
commit 126c17475f

View file

@ -0,0 +1,11 @@
%YAML 1.2
---
# http://www.sublimetext.com/docs/3/syntax.html
name: Compile Highlight
file_extensions: []
hidden: true
scope: source.inspect
contexts:
main:
- match: \b(warning|error)\b
scope: keyword.control.c