This repository has been archived on 2025-06-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fl0w-old/Sublime/fl0w/CompileHighlight.sublime-syntax

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