Skip to content

Commit

Permalink
zed: file type associations
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 8, 2024
1 parent 87217bb commit 4072dd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"file_types": {
"Ruby": ["*.testfile", "*.benchfile", "Gemfile"]
}
}

0 comments on commit 4072dd8

Please sign in to comment.