mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -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
|
||||
name: (identifier) @variable.member)
|
||||
|
||||
(column_definition
|
||||
name: (identifier) @variable.member)
|
||||
|
||||
(term
|
||||
alias: (identifier) @variable)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue