summaryrefslogtreecommitdiff
path: root/queries/sql/highlights.scm
diff options
context:
space:
mode:
authorMatthias Queitsch <matthias.queitsch@mailbox.org>2022-09-07 07:52:50 +0200
committerChristian Clason <christian.clason@uni-due.de>2022-09-08 17:44:21 +0200
commit72eac1deeb641cfb36bcc70746906a01de5851fb (patch)
treeaa07d8c4d1813d2784d627d7fecafe41221c1f82 /queries/sql/highlights.scm
parent9b13872f19aa97916ba0ae92bac6fb9e2c1dd06d (diff)
change table_expression -> table_reference
Diffstat (limited to 'queries/sql/highlights.scm')
-rw-r--r--queries/sql/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/sql/highlights.scm b/queries/sql/highlights.scm
index 85787c49..612a4a42 100644
--- a/queries/sql/highlights.scm
+++ b/queries/sql/highlights.scm
@@ -6,10 +6,10 @@
name: (identifier) @function.call
parameter: [(field)]? @parameter)
-(table_expression
+(table_reference
name: (identifier) @type)
-(table_expression
+(table_reference
name: (identifier) @type
table_alias: (identifier) @variable)