monnier pushed a change to branch externals/sql-indent. from 0d2b3c9b0e don't recognize "if" statements after "routine" and "view" keywords (#100) new 5a66deef3b Fix syntax identification for "end if" blocks (#102) new ca2fa754dc Add support for the postgres support keyword (#101)
Summary of changes: sql-indent-test.el | 10 ++++++++++ sql-indent.el | 13 ++++++++++--- test-data/pr101-syn.eld | 30 ++++++++++++++++++++++++++++++ test-data/pr101.sql | 14 ++++++++++++++ test-data/pr102-syn.eld | 14 ++++++++++++++ test-data/pr102.sql | 5 +++++ 6 files changed, 83 insertions(+), 3 deletions(-) create mode 100644 test-data/pr101-syn.eld create mode 100644 test-data/pr101.sql create mode 100644 test-data/pr102-syn.eld create mode 100644 test-data/pr102.sql