From fbdb39bf7c05d9b5b5a47317db7fd7d3f16fa99d Mon Sep 17 00:00:00 2001 From: tobjend Date: Wed, 1 Jul 2026 15:48:36 +0200 Subject: [PATCH] docs: syntax highlighting tags in SHOWCASE.md --- SHOWCASE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SHOWCASE.md b/SHOWCASE.md index fd9adfa..8a7c246 100644 --- a/SHOWCASE.md +++ b/SHOWCASE.md @@ -6,7 +6,7 @@ Infer the **unwritten convention** from existing examples. Given N example sequences, produce a ~100-char grammar that captures the structural pattern — in far fewer tokens than the originals. -``` +```text a.b → a then b (concatenation) (a+b) → a or b (disjunction) r? → optional (zero or one) @@ -20,7 +20,7 @@ r+? → zero or more for the module ordering in `tasks/main.yml`. Our grammar is its first explicit description: -``` +```text Grammar: fail?.(include_vars+set_fact+package+file+template+service+...)+. include+?.(npm+pip)+?.lineinfile? ``` @@ -39,7 +39,7 @@ No guessing. Set `min_coverage=0.8` to find the tight grammar for the majority while flagging outlier roles with unusual module usage: -``` +```text Core CRX (80% coverage, 3 outliers): fail?.(include_vars+set_fact+package+file+template+service+...)+ @@ -57,7 +57,7 @@ from the mainstream install → configure → enable pattern. 6 different `values.yaml` files rendered through the same chart: -``` +```text Best: iDRegEx | MDL 1433 Grammar: ServiceAccount.ClusterRole.ClusterRoleBinding.Service.Deployment ``` @@ -71,7 +71,7 @@ vocabulary (19 kinds). Which one an agent uses depends on the task: Lint jobs from prometheus, goreleaser, cosign, sigstore: -``` +```text Best: CRX | MDL 13.6 Grammar: actions/checkout.(actions/setup-go+run:echo+run:sudo)+. golangci/golangci-lint-action?.megalinter?