alex-hhh / emacs-sql-indent

Syntax based indentation for SQL files inside GNU Emacs
GNU General Public License v3.0
121 stars 18 forks source link

Recognize more create keywords #75

Closed alex-hhh closed 5 years ago

alex-hhh commented 5 years ago

Each SQL dialect has its own option keywords for CREATE TABLE and CREATE VIEW, so sqlind-maybe-skip-create-options attempts to skip these keywords based on the sql-product value. There are probably more keywords, and more dialects, so this function will need updating in the future.