mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 12:31:01 +01:00
e773b48135
Treat the cache subcommand differently from --no-config: For --no-config, insert args from selected environment variables For cache, don't insert args
11 lines
149 B
YAML
Vendored
11 lines
149 B
YAML
Vendored
%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
|