sql-formatter-org / sql-formatter

A whitespace formatter for different query languages
https://sql-formatter-org.github.io/sql-formatter/
MIT License
2.37k stars 405 forks source link

Feature Request: Ignore unrecognized syntax and continue formatting the text #782

Closed Ebola-Chan-bot closed 2 months ago

Ebola-Chan-bot commented 2 months ago

Describe the Feature Provides an extension option to ignore unrecognized syntax instead of reporting an error.

Why do you want this feature? I know that there are many common procedures syntax that the extension will not support in a short time. But can we ignore these unsupported syntax for a while, instead of just reporting an error and giving up formatting the whole text?