mirror of
https://github.com/sharkdp/bat
synced 2024-12-26 04:03:06 +00:00
11 lines
149 B
Text
11 lines
149 B
Text
|
%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
|