How to extend Adobe Brackets language support based on file extension
1. Go To: Brackets\www\editor\EditorUtils.js
2. Edit the corresponding line. For example to support .JSP files:
switch (ext) { ... case "jsp": return "htmlmixed"; ...
1. Go To: Brackets\www\editor\EditorUtils.js
2. Edit the corresponding line. For example to support .JSP files:
switch (ext) { ... case "jsp": return "htmlmixed"; ...