I was looking for a code editor that uses a browser rendering engine for its GUI so I can work on code that handles various foreign languages in their native scripts.
I'm trying out Adobe Brackets but when I create a new file I can't find a way to set the programming language to get the syntax highlighting.
This happens for instance when I go to File / New then paste in code from somewhere like JSFiddle.
If I right-click on the name of the file in the left column there is a rename menu item, but it doesn't react so I can't add a .js
extension for my JavaScript file.
There is an item in the status bar at the bottom right between the INS/OVR toggle and the lint indicator, but for a new unsaved file with no extension it is greyed out and cannot be changed.
There is a doc page titled Language Support but it seems to only cover deeper technical aspects, such as the editor's programming API.
How can I set the programming language? Is this editor just immature or is there a feature I can't find?