nvim-treesitter/queries/sql
Anton Daitche 5b110f3440 From sql/highlights.scm, remove @type capture
@type is too generic and captures many different things, e.g. function
calls and table references. It doesn't capture builtin types, which are
captured by @type.builtin.

The outcome is that function calls are highlighted as types. Same for
table names.

I guess one can make an argument that tables are composite types in SQL,
but it doesn't feel right to highlight them in the same way as e.g.
`DOUBLE`.

To fix this issue, just remove the @type capture rule.
2025-12-04 11:16:47 +01:00
..
folds.scm feat(sql): add folds (#7686) 2025-02-26 17:36:48 +01:00
highlights.scm From sql/highlights.scm, remove @type capture 2025-12-04 11:16:47 +01:00
indents.scm chore: query formatting 2024-01-19 16:58:37 +01:00
injections.scm chore: query formatting 2024-01-19 16:58:37 +01:00