nvim-treesitter/runtime/queries/sql
Anton Daitche 14f4a70fd1 In sql/highlights.scm improve @type capture
@type currently captures function calls, resulting in the wrong color
assigned to them (the one of @type instead of @function.call).

Also @type doesn't capture CTE names. But to be consistent with the
behavior that @type refers to tables it arguably should capture CTEs.
2025-12-04 23:00:44 +01:00
..
folds.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
highlights.scm In sql/highlights.scm improve @type capture 2025-12-04 23:00:44 +01:00
indents.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
injections.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00