Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/fish/injections.scm')
| -rw-r--r-- | runtime/queries/fish/injections.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/queries/fish/injections.scm b/runtime/queries/fish/injections.scm index 81a067e2..321c90ad 100644 --- a/runtime/queries/fish/injections.scm +++ b/runtime/queries/fish/injections.scm @@ -1,14 +1,2 @@ ((comment) @injection.content (#set! injection.language "comment")) - -(command - name: (word) @_command (#any-of? @_command "jq" "jaq") - argument: [(double_quote_string) (single_quote_string)] @injection.content - (#set! injection.language "jq")) - -(command - name: (word) @_command (#eq? @_command "nu") - argument: (word) @_flag (#match? @_flag "^-.*c$") - argument: [(single_quote_string) (double_quote_string)] @injection.content - (#set! injection.language "nu") -) |