11 lines
187 B
Scheme
11 lines
187 B
Scheme
;; extends
|
|
|
|
(heredoc
|
|
(heredoc_start) @_start
|
|
(heredoc_body) @sql
|
|
(#lua-match? @_start SQL))
|
|
|
|
(heredoc
|
|
(heredoc_start) @_start
|
|
(heredoc_body) @html
|
|
(#lua-match? @_start HTML))
|