From 126c17475fdc9e85c7dff859ef8eafd2cbaf2c8e Mon Sep 17 00:00:00 2001 From: PhilipTrauner Date: Tue, 29 Mar 2016 23:37:47 +0200 Subject: [PATCH] Added initial version of compile output syntax highlighting --- Sublime/fl0w/CompileHighlight.sublime-syntax | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Sublime/fl0w/CompileHighlight.sublime-syntax diff --git a/Sublime/fl0w/CompileHighlight.sublime-syntax b/Sublime/fl0w/CompileHighlight.sublime-syntax new file mode 100644 index 0000000..3e997dc --- /dev/null +++ b/Sublime/fl0w/CompileHighlight.sublime-syntax @@ -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 \ No newline at end of file