Skip to content

Commit

Permalink
fix(sql): latest parser breakages
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Jun 22, 2023
1 parent da2f093 commit 5c832c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/queries/sql/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(column_definition name: (identifier) @field)
(field name: (identifier) @field)
(keyword_null) @constant.builtin
(table_reference name: (identifier) @structure)
(object_reference name: (identifier) @structure)
((identifier) @variable.builtin
(#eq? @variable.builtin "EXCLUDED")
)
Expand Down

0 comments on commit 5c832c2

Please sign in to comment.