bsegraves / custom-folds

Atom plugin for defining custom markers for foldable regions.
MIT License
24 stars 9 forks source link

Does not work for Ruby #35

Closed iCodeSometime closed 6 years ago

iCodeSometime commented 6 years ago

Unfortunately, I've found this plugin does not work properly with Ruby.

I have it set to use #region to start a new region. I have to type //#region in order to actually get a foldable section.

I have it set up to use #region for all of the fold starts, and #endregion for all of the fold ends.

iCodeSometime commented 6 years ago

Disregard, I had to set it to use region instead of #region to get it working.

Maybe needs better documentation?