Fix typo in Ansible docs (#20267)
fix typo in Ansible docs. Release Notes: - N/A
This commit is contained in:
parent
282f6241b7
commit
7931342455
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Support for Ansible in Zed is provided via a community-maintained [Ansible exten
|
|||
|
||||
### File detection
|
||||
|
||||
By default, to avoid mishandling non-Ansible YAML files, the Ansible Language is not associated with any file extensions by default. To change this behavior you can add a `"file_types"` section to the Zed settings inside your project (`.zed/setttings.json`) or your Zed user settings (`~/.config/zed/settings.json`) to match your folder/naming conventions. For example:
|
||||
By default, to avoid mishandling non-Ansible YAML files, the Ansible Language is not associated with any file extensions by default. To change this behavior you can add a `"file_types"` section to the Zed settings inside your project (`.zed/settings.json`) or your Zed user settings (`~/.config/zed/settings.json`) to match your folder/naming conventions. For example:
|
||||
|
||||
```json
|
||||
"file_types": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue