yoshiki / yaml-mode

The emacs major mode for editing files in the YAML data serialization format.
GNU General Public License v3.0
487 stars 132 forks source link

Fix indent after comment line #67

Closed HParker closed 4 years ago

HParker commented 5 years ago

Make sure that the nested indent line isn't actually a comment ending in a colon

Fixes: https://github.com/yoshiki/yaml-mode/issues/65

wasamasa commented 4 years ago

I've added one test file to verify this bug has been fixed.