inferrinizzard

Results 12 issues of inferrinizzard

I am converting my custom tokenizer to `moo` and ran into a problem case: ```js // a pattern that used to look like this: '(?\\$\\w*\\$)[\\s\\S]*?(?:\\k|$)' // as regex literal: /(?\$\w*\$)[\s\S]*?(?:\k|$)/...

\ **Describe the bug** Multi-character operators in PostreSQL syntax are not recognized. I prefer to have the `denseOperators` config set to `false` so that I can have nice spacing in...

bug
vscode

\ **Describe the bug** It doesn't work with partial text selection to format. When using **"Format Selection"** and prettier-sql is your default formatter for sql I get the following warning/error:...

vscode

Is there a way to programmatically define zooms and transform targets and have the controller automatically interpolate to the desired point? I tried stepping with a controlled interaction component but...

- updated webpack and babel to ESM - added additional entry points for each language - TODO: debug tree shaking

Would like to use this in .ts and .tsx files but the loader does not generate typings for compatibility. Maybe get in touch with DefinitelyTyped to get some help on...

This repository will be consumed by the upstream fork, please go ahead and use https://github.com/sql-formatter-org/sql-formatter.

**Describe the Feature** See: #124. Currently we have limited support for tabular formatting in the form of CommaPosition and TabularAlias configs. Table creation statements would prove a bit more challenging...

enhancement
help wanted

Reserved Keyword lists **can** include the full list of reservedKeywords, but some additional support is required: - dedupe when building complete list - ensure tokenizer priority always matches higher priority...

For some keywords, they are only ever used as part of a larger statement that should be formatted as one piece (ie. - Spark: ITEMS is only in HIVE COLLECTION...

bug
help wanted