mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(sql): highlight fields in column definition
This commit is contained in:
parent
19b726f9ce
commit
93a9632b63
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
||||||
(field
|
(field
|
||||||
name: (identifier) @variable.member)
|
name: (identifier) @variable.member)
|
||||||
|
|
||||||
|
(column_definition
|
||||||
|
name: (identifier) @variable.member)
|
||||||
|
|
||||||
(term
|
(term
|
||||||
alias: (identifier) @variable)
|
alias: (identifier) @variable)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue