mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add postresql-simple sql to haskell injections
This commit is contained in:
parent
32e1f654e7
commit
4b0dab183e
1 changed files with 10 additions and 0 deletions
|
|
@ -66,3 +66,13 @@
|
|||
((quasiquote_body) @json)
|
||||
)
|
||||
|
||||
|
||||
;; -----------------------------------------------------------------------------
|
||||
;; SQL
|
||||
|
||||
; postgresql-simple
|
||||
(quasiquote
|
||||
(quoter) @_name
|
||||
(#eq? @_name "sql")
|
||||
((quasiquote_body) @sql)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue