NYCPlanning / labs-postgis-preview

A lightweight express app and leaflet frontend for previewing PostGIS queries
MIT License
277 stars 57 forks source link

Replace highlight.js with codemirror.js for inline highlighting #18

Closed mgd722 closed 8 years ago

mgd722 commented 8 years ago

I used CodeMirror instead of highlight.js to allow syntax highlighting while you type. There are also auto-complete possibilities down the line.

chriswhong commented 8 years ago

This is great, thanks!