mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
fix(directive): make downcase work on captures
This commit is contained in:
parent
71532e7776
commit
b223402ba9
3 changed files with 11 additions and 31 deletions
|
|
@ -4,8 +4,7 @@
|
|||
(heredoc_body
|
||||
(heredoc_content) @injection.content
|
||||
(heredoc_end) @injection.language
|
||||
(#set! "language" @injection.language)
|
||||
(#downcase! "language"))
|
||||
(#downcase! @injection.language))
|
||||
|
||||
(regex
|
||||
(string_content) @injection.content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue