Skip to content

Commit

Permalink
feat(sql): highlight bind parameter delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed May 31, 2023
1 parent 7197662 commit 23b0c80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions after/queries/sql/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@
(keyword_as)
(keyword_cast)
] @keyword.operator

; punctuation
(parameter "$" @punctuation.special)

0 comments on commit 23b0c80

Please sign in to comment.