Thomas Smith

Results 165 comments of Thomas Smith

I can confirm that the `~default` workaround is obsolete. The current version of JS Custom avoids the infinite recursion issues, so there's no need to manually create a `~default` configuration....

Huh. So apparently if you have exactly one configuration, it will appear directly in the menu, but if you have several they will appear in a subfolder. I did not...

Whoops; I started typing a response and never posted it. Because JSDoc is nonstandard, there is some risk to including it in the core syntax. Right now, the implementation is...

This should be fine to merge. Even if parsing JSDoc seems messy to me in principle, this PR itself doesn't make it any messier. Hopefully one of these days I'll...

Would it work to handle the leading asterisk with a `with_prototype` rule? Also, mostly unrelated to this PR, but would it make sense to move the JSDoc implementation out into...

Sublime's core JavaScript syntax now implements class fields (as of [PR 1292](https://github.com/sublimehq/Packages/pull/1292)).

It is possible for the same anchor to be defined multiple times. An alias refers to the most recent matching anchor: ```yaml - &foo A - *foo # A -...

> Is there an existing complete BNF for Yaml? I searched through the existing spec, and although it mentions "bnf" a few times, I'm not sure it fully lays it...

Thanks for contributing. We don't have a proper RFC process set up yet, so for now an issue is fine. Some initial thoughts: - Both `&_` and `&?` are currently...

Disclaimer: I know the basics of category theory but am far from an expert. Are you talking about a categorical description of general YAML representation graphs, or about an encoding...