aboutsummaryrefslogtreecommitdiffstats
path: root/queries/sql
diff options
context:
space:
mode:
Diffstat (limited to 'queries/sql')
-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 2c63626d5..7eca6cdcf 100644
--- a/queries/sql/highlights.scm
+++ b/queries/sql/highlights.scm
@@ -1,10 +1,10 @@
(function_call
(invocation
- name: (identifier) @function
+ name: (identifier) @function.call
parameter: [(field)]? @parameter))
(function_call
- name: (identifier) @function
+ name: (identifier) @function.call
parameter: [(field)]? @parameter)
(table_expression