Skip to content

Commit aa4194e

Browse files
committed
feat: Improve SQL highlighting
1 parent d7cc622 commit aa4194e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

queries/sql/highlights.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
(column_definition
2525
name: (identifier) @variable)
2626

27+
(column
28+
(identifier) @variable)
29+
2730
(term
2831
alias: (identifier) @variable)
2932

0 commit comments

Comments
 (0)