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
Brackets supports to define customized file extensions for languages in brackets.json:
"language.fileExtensions": {
"es": "javascript"
}
Brackets supports a convenient way to add new file extension on UI by select in drop down menu. It adds above configuration automatically. See this answer: http://stackoverflow.com/a/21867052/94148
Brackets supports to define customized file extensions for languages in
brackets.json
:Brackets supports a convenient way to add new file extension on UI by select in drop down menu. It adds above configuration automatically. See this answer: http://stackoverflow.com/a/21867052/94148
Can Brackets-Icons read it as well? I also notice that Brackets API has a method to get language from file path name, don't know if it helps or not. http://brackets.io/docs/current/modules/language/LanguageManager.html#-getLanguageForPath
The text was updated successfully, but these errors were encountered: