aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/bash/rainbows.scm
blob: fd2a9d3a252b099ddbc6e9417db6b429950b2b2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  (function_definition)
  (compound_statement)
  (subshell)
  (test_command)
  (subscript)
  (parenthesized_expression)
  (array)
  (expansion_flags)
  (expansion)
  (command_substitution)
] @rainbow.scope

[
  "(" ")"
  "((" "))"
  "${" "$("
  "{" "}"
  "[" "]"
  "[[" "]]"
] @rainbow.bracket