Josh Goebel

Results 1677 comments of Josh Goebel
trafficstars

_Except `key` isn't a keyword on it's own._ To properly fix this we need a small helper function to run thru COMBOS and generate a list of separate keywords that's...

I don't see a lot of "patterns" to go off of here (to find a specific constructor, etc), but it'd probably be easy to improve "attribute" (or `attr`, I always...

We don't have that many people vying to complete issues - if you want to work on it, just do it and submit a PR and we're happy to look...

We may classify some things entirely differently (in general) than GitHub, so there will never be an exact match. Also different grammars sometimes classify things differently - so in one...

Would you ilke to work on this issue? Since GitHub themes change over time I'm going to close this if no one is actually wanting to fix it... It's possibly...

> This makes it consistent with the rest of rules where it previously correctly highlighted const functions and class declaration Could you provide a little more color here? You're saying...

I find this very non-idiomatic... I googled and looked around and the popular guides I see refer to UPPER case for constants, camelCase for other things, etc - which I'm...

> As I mentioned in original issue, I am working on a language You may want to write a custom grammar then rather than trying to shoehorn your language into...

If you're interested in improving obviously syntactical context cases (in any of our grammars) that's a conversation worth having (though I'd file it as a dup of #2500)... but we'd...

Closing this as a #wontfix. We'll support only the idiomatic CamelCase naming (for auto-highlighting).