mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-08 20:48:39 +00:00
c0b9f4488f
Added the gutter definitions and css for code folding. Enabling code folding in the editor was tricky due to how CodeMirror loads its files. At the moment, the CodeMirror code-folding code has been copied into the fold-code.js file. Additionally, that file contains the helper registration for the Homebrewery-specific code folding function. #629