What font does Adobe Edge Code (Brackets) use for its code editor?
adobe-brackets, adobe-edge, css, javascript, typography
Solution
Source Code Pro is the font they're using.
https://github.com/adobe/Source-Code-Pro
https://github.com/adobe/Source-Code-Pro/downloads
Syntax highlighting is done via Code Mirror
http://codemirror.net/
All extensions available are listed here.
https://github.com/adobe/brackets/wiki/Brackets-Extensions
Problem
Does anyone know? Also what syntax highlighter is is using? Prettify etc?