Skip to content

Commit 23b0c80

Browse files
committed
feat(sql): highlight bind parameter delimiters
1 parent 7197662 commit 23b0c80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

after/queries/sql/highlights.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@
2626
(keyword_as)
2727
(keyword_cast)
2828
] @keyword.operator
29+
30+
; punctuation
31+
(parameter "$" @punctuation.special)

0 commit comments

Comments
 (0)