aboutsummaryrefslogtreecommitdiffstats
path: root/queries/sql/indents.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-29/+0
|
* chore: query formattingPham Huy Hoang2024-01-191-15/+17
|
* feat(sql): update queries for newly added keywordsMatthias Q2023-07-181-0/+1
|
* fix(sql): compound_statement -> blockDian M Fay2023-06-251-2/+1
| | | | | a little more reorganizing; we've copied the indents file into tree-sitter-sql and it tests okay there.
* indents(sql): initial support (#4857)Matthias Q2023-05-251-0/+27
* indents(sql): initial support * indents(sql): fix queries and lua style