mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
injections(nix): fix runCommand*
This commit is contained in:
parent
7f7b5778ff
commit
a851cef248
1 changed files with 7 additions and 7 deletions
|
|
@ -28,13 +28,13 @@
|
|||
(#match? @_path "^text$"))
|
||||
|
||||
(apply_expression
|
||||
(apply_expression
|
||||
function: (apply_expression function: (_) @_func)
|
||||
argument: [
|
||||
(string_expression (string_fragment) @bash)
|
||||
(indented_string_expression (string_fragment) @bash)
|
||||
])
|
||||
(#match? @_func "(^|\\.)runCommand(((No)?CC)?(Local)?)?$"))
|
||||
function: (apply_expression
|
||||
function: (apply_expression function: (_) @_func))
|
||||
argument: [
|
||||
(string_expression (string_fragment) @bash)
|
||||
(indented_string_expression (string_fragment) @bash)
|
||||
]
|
||||
(#match? @_func "(^|\\.)runCommand((No)?CC)?(Local)?$"))
|
||||
|
||||
((apply_expression
|
||||
function: (apply_expression function: (_) @_func)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue