11 lines
No EOL
222 B
YAML
11 lines
No EOL
222 B
YAML
%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 |