2

Does anyone know? Also what syntax highlighter is is using? Prettify etc?

Kara
  • 6,115
  • 16
  • 50
  • 57
JCraine
  • 1,159
  • 2
  • 20
  • 38

1 Answers1

6

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

Drew H
  • 4,699
  • 9
  • 57
  • 90