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