docs(config): add toml language tag to code blocks (#6261)

docs(config): add toml language tag to code blocks for better syntax highlighting
This commit is contained in:
Taishi Naka 2024-09-26 17:51:46 +09:00 committed by GitHub
parent 244c2c629e
commit ee563f93d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: 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] [nodejs]
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb'] detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
``` ```