mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
fix: remove downcase! directive use
This commit is contained in:
parent
1bec16362f
commit
efbc2a4b72
1 changed files with 1 additions and 2 deletions
|
|
@ -4,10 +4,9 @@
|
||||||
((regex) @injection.content
|
((regex) @injection.content
|
||||||
(#set! injection.language "regex"))
|
(#set! injection.language "regex"))
|
||||||
|
|
||||||
((heredoc_redirect
|
(heredoc_redirect
|
||||||
(heredoc_body) @injection.content
|
(heredoc_body) @injection.content
|
||||||
(heredoc_end) @injection.language)
|
(heredoc_end) @injection.language)
|
||||||
(#downcase! @injection.language))
|
|
||||||
|
|
||||||
; printf 'format'
|
; printf 'format'
|
||||||
((command
|
((command
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue