Sam Jenkins

Results 3 issues of Sam Jenkins

This PR introduces [yalphabetize](https://github.com/samrjenkins/yalphabetize) to the project. I would love to hear your thoughts/feedback. It provides us with the ability to quickly normalise/alphabetise YAML files such as locales and to...

## Description New Ruby endless method syntax breaks the Bracket Highlighter: ```ruby def method_name() = method_definition ``` It would appear that the Bracket Highlighter is looking for an `end` keyword...

S: triage

### What happened? When writing method definitions using the new endless method syntax, defining methods without argument parentheses breaks syntax highlighting Highlighting works correctly: ```ruby def method_name() = method_definition ```...

T: bug
C: Syntax