mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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$"))
|
(#match? @_path "^text$"))
|
||||||
|
|
||||||
(apply_expression
|
(apply_expression
|
||||||
(apply_expression
|
function: (apply_expression
|
||||||
function: (apply_expression function: (_) @_func)
|
function: (apply_expression function: (_) @_func))
|
||||||
argument: [
|
argument: [
|
||||||
(string_expression (string_fragment) @bash)
|
(string_expression (string_fragment) @bash)
|
||||||
(indented_string_expression (string_fragment) @bash)
|
(indented_string_expression (string_fragment) @bash)
|
||||||
])
|
]
|
||||||
(#match? @_func "(^|\\.)runCommand(((No)?CC)?(Local)?)?$"))
|
(#match? @_func "(^|\\.)runCommand((No)?CC)?(Local)?$"))
|
||||||
|
|
||||||
((apply_expression
|
((apply_expression
|
||||||
function: (apply_expression function: (_) @_func)
|
function: (apply_expression function: (_) @_func)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue