From ee563f93d363dd5a16d631af81955eb5cbf57f92 Mon Sep 17 00:00:00 2001 From: Taishi Naka <62321668+lemonadern@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:51:46 +0900 Subject: [PATCH] docs(config): add toml language tag to code blocks (#6261) docs(config): add toml language tag to code blocks for better syntax highlighting --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 54321a84f..b64d0ec00 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -659,7 +659,7 @@ format = 'via [🍔 $version](bold green) ' You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime: -``` +```toml [nodejs] detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb'] ```