This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- Open a .js file in Brackets
- Open a plain text file
Result:
1: status bar says "javascript" (all lowercase)
2: status bar says "text/plain"
Expected:
1: "JavaScript" (properly capitalized)
2: "Text" or "Plain text" (more user friendly than a raw mimetype)
Other editors like Sublime and TextMate follow the expected pattern.