Detect txt files as Plain Text (#18334)

This commit is contained in:
Peter Tripp 2024-09-25 11:41:35 +00:00 committed by GitHub
parent ccc871c44c
commit 59dc3985a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -762,6 +762,7 @@
// }
//
"file_types": {
"Plain Text": ["txt"],
"JSON": ["flake.lock"],
"JSONC": [
"**/.zed/**/*.json",