Apache Config file support for Brackets

I’ve been doing a bunch of tweaking of Apache files on my development machine because I had to do some machine hopping.  In the course of doing that I found myself wishing there was syntax support for Apache config files in Brackets.  I looked; I couldn’t find it.  If I want it, I have to do it.  So I did.

brackets_apache

It’s pretty simple, considering that it is a CodeMirror Mode, and I don’t really understand how it all works.  It provides syntax highlighting for .conf files and .htaccess files.

Here’s the GitHub repository; if I get any interest I’ll add it to the Brackets Extension Registry. I’d love to get some other eyes on it to make sure I’m not doing anything colossally stupid.