Added initial version of compile output syntax highlighting
This commit is contained in:
parent
7ce7283057
commit
126c17475f
1 changed files with 11 additions and 0 deletions
11
Sublime/fl0w/CompileHighlight.sublime-syntax
Normal file
11
Sublime/fl0w/CompileHighlight.sublime-syntax
Normal 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
|
Reference in a new issue