You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
I am using the Brackets Icons Extension to get a better overview of my file types and I was surprised that some .js files were not marked as the other JavaScript files.
After reloading Brackets without extensions, I saw that the file extension detection is not what I expected it to be.
I am not sure, if this is the way it should be, but for me the extension would be the part of the file after the last . in the filename.
It also doesn't look like Brackets has general problems with dots in filenames as script.abc.js is handled correctly.
Only known file extension at the end of the filename seem to be added to the extension:
I am using the Brackets Icons Extension to get a better overview of my file types and I was surprised that some

.jsfiles were not marked as the other JavaScript files.After reloading Brackets without extensions, I saw that the file extension detection is not what I expected it to be.


I am not sure, if this is the way it should be, but for me the extension would be the part of the file after the last
.in the filename.It also doesn't look like Brackets has general problems with dots in filenames as
script.abc.jsis handled correctly.Only known file extension at the end of the filename seem to be added to the extension: