Efstathios Stivaros
Efstathios Stivaros
It's `CTRL+L` for me.
I am also having this issue - did you find a solution? EDIT: Sorry, I should say that I didn't have any issue with using: ```javascript "a": { color: `#8bc34a`...
I've rebased your changes into my branch, thanks!
> > A false value usually indicating “no value” or “unknown”. > > I'd suggest "falsey" rather than false. We are pulling these from the [official docs](https://docs.ruby-lang.org/en/3.3/keywords_rdoc.html), @andyw8. We will...
Spoke to @vinistock and we won't document cases without a corresponding `Prism::XNode`. For example, the `do` keyword tends to belong to a `CallNode` in Prism rather than as a `DoNode`....