mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
removed duplicated kw, start capturing subtree earlier
This commit is contained in:
parent
72eac1deeb
commit
5b4fd6ba00
1 changed files with 3 additions and 3 deletions
|
|
@ -9,8 +9,9 @@
|
|||
(table_reference
|
||||
name: (identifier) @type)
|
||||
|
||||
(table_reference
|
||||
name: (identifier) @type
|
||||
(relation
|
||||
(table_reference
|
||||
name: (identifier) @type)
|
||||
table_alias: (identifier) @variable)
|
||||
|
||||
(field
|
||||
|
|
@ -92,7 +93,6 @@
|
|||
(keyword_cascade)
|
||||
(keyword_between)
|
||||
(keyword_window)
|
||||
(keyword_window)
|
||||
(double)
|
||||
(keyword_with)
|
||||
(keyword_no)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue