summaryrefslogtreecommitdiff
path: root/tests/examplefiles/postgres-explain
Commit message (Collapse)AuthorAgeFilesLines
* Add PostgreSQL Explain lexer (#2398)Adrien nayrat2023-04-042-0/+2875
This lexer add support for PostgreSQL Explain plan : https://www.postgresql.org/docs/current/sql-explain.html This was heavily inspired by Maxence Ahlouche work, thanks to him : https://github.com/maahl/pg_explain_lexer Co-authored-by: Jean Abou Samra <jean@abou-samra.fr>