Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Lines with just 3 o more underscores ___ should be scoped as comment.hr.gfm like *** or ---
This is coherent with markdown preview and Github behaviour
Prerequisites
Description
Lines with just 3 o more underscores
___
should be scoped ascomment.hr.gfm
like***
or---
This is coherent with markdown preview and Github behaviourSteps to Reproduce
Expected behavior: value: "___", scopes: ["source.gfm", "comment.hr.gfm"]
Actual behavior: value: "___", scopes: ["source.gfm"]
Reproduces how often: 100%
Versions
Windows7 x64, atom v1.16.0-beta0, apm v1.16.1
Additional Information