mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 12:31:01 +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
|