nvim-treesitter/runtime
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
..
queries In sql/highlights.scm improve @type capture 2025-12-04 23:00:44 +01:00