mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
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:
parent
244c2c629e
commit
ee563f93d3
@ -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']
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user