Josh Goebel

Results 1702 comments of Josh Goebel

The original filed issue was trying to add: ``` __stdcall __try __finally ``` > since only a handful are common. Are those three above common? Would you mind taking a...

Makes sense, guess I've only ever used a few of them (attribute, etc) and they always seemed pretty important to me... :-) and didn't realize the std library using `__`...

Happy New Year. Still wanting to work on this one?

There is also https://github.com/highlightjs/highlight.js/pull/2954 which means C and C++ can be dealt with as separate things.

> I’m happy to collect these lists and submit a PR but I probably won’t have time before the weekend. Which weekend? ;-) I know, I know, life gets in...

If everyone is happy as things are then I may just put an auto-close clock on this one.

My original thought was to make it easier for grammar maintainers to "build" outside of our project - ie, not need their grammar checked out into our `extras` folder. So...

Continued from https://github.com/highlightjs/highlight.js/issues/3008#issuecomment-789007258: > The disagreement is about whether the repository is the means of distribution, along with what I consider the normal distribution channels like GitHub Releases or packages...

> It was a misunderstanding on my part to think the proposed setup was a requirement where it's just a suggestion. So far (since making providing of a CDN distributable...

Our Haskell grammar only includes double quoted strings, there is currently no mention of single quoted strings ever being a possibility. - Could you point to some docs on this?...