John Gardner

Results 21 issues of John Gardner

Bundles such as `-mvl2` are expanded to become `-m -v -l 2` before the argument list is evaluated. If `multipleOptions` is set to `limit-first` or `limit-last`, the superfluous options are...

bug
enhancement

It'd be awesome to have Perlito installable on Mac OS with [Homebrew](http://brew.sh/). That's pretty much it. Reason I'm filing an issue for this instead of adding it myself is because...

Distribution

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following * ~~Reproduced the problem in Safe Mode~~ __N/A: Bug...

Parsing this: ~~~cson {foo: 2; @bar: 3} # CSON ~~~ ... quite literally results in "this": ~~~js {a: 2, this: 3} // JS ~~~ It's also possible to use equals...

bug

`+1` is valid in both CoffeeScript and JavaScript, but `cson-parser` treats it as an error: ~~~console λ ~: echo '+2' | cson2json /usr/local/lib/node_modules/cson/esnext/cli.js:72 throw result; ^ SyntaxError: Syntax error on...

reStructuredText includes facilities for marking up mathematical expressions, just like [GitHub-flavoured markdown][1] does: [1]: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions Syntax Markdown reStructuredText Block syntax $$ ... $$ `.. math::` Inline syntax $ ... $...

This PR is a combination of commits I prepared locally before an attempt to push revealed `master` is a protected branch. 😓 The changes are atomic and (hopefully) self-explanatory, but...

I only just noticed the _"Maintainer Needed"_ notice in the readme. Since I use both Emacs and Mocha on an almost-daily basis, maintaining this package shouldn't be a hassle for...

These formats are used by Atom, VS Code and TextMate, and many high-quality grammars are written in these flavours (though I recall reading that Sublime supports these formats too). **Rationale:**...

feature-request

## Description This pull-request adds support for generic option-lists that use shell syntax for their contents: ~~~opts # Comment --key=value --verbose -f ~~~ Currently, this is limited to `.ackrc` files,...