mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-16 10:38:40 +01:00
11 lines
149 B
Plaintext
11 lines
149 B
Plaintext
|
%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
|