bat/tests/examples/cache_source/syntaxes/c.sublime-syntax

11 lines
149 B
YAML

%YAML 1.2
---
name: C
file_extensions: [c, h]
scope: source.c
contexts:
main:
- match: \b(if|else|for|while)\b
scope: keyword.control.c