Closed winstliu closed 7 years ago
They were overly complicated and causing bugs such as https://github.com/atom/language-php/issues/187. Simplify them.
None.
Easier to understand, less conflicts with other rules due to the removal of the ^ start-of-line match.
^
Fixes atom/language-php#187
Fantastic! Thank you.
Requirements
Description of the Change
They were overly complicated and causing bugs such as https://github.com/atom/language-php/issues/187. Simplify them.
Alternate Designs
None.
Benefits
Easier to understand, less conflicts with other rules due to the removal of the
^
start-of-line match.Possible Drawbacks
None.
Applicable Issues
Fixes atom/language-php#187