blob: 8c82598397f99af6d03ebdfeaba042677ad7bf80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
[base]
default = none
unknown-token = 1,bold
commandseparator = none
redirection = none
here-string-tri = 14
here-string-text = bg:11
here-string-var = 1,bg:11
exec-descriptor = 9,bold
comment = 8
correct-subtle = 12
incorrect-subtle = 1
subtle-separator = 12
subtle-bg = bg:10
; secondary =
; recursive-base =
[command-point]
reserved-word = 5
subcommand = 6
alias = 4
suffix-alias = 4
global-alias = 4,bg:11
builtin = 4
function = 4
command = 4
precommand = 6
hashed-command = 4
single-sq-bracket = 4
double-sq-bracket = 4
double-paren = 5
[paths]
path = 9
pathseparator =
path-to-dir = 9,underline
globbing = 6
globbing-ext = 6,bold
[brackets]
paired-bracket = bg:8
bracket-level-1 = 3,bold
bracket-level-2 = 6,bold
bracket-level-3 = 2,bold
[arguments]
single-hyphen-option = 3
double-hyphen-option = 3
back-quoted-argument = none
single-quoted-argument = 2
double-quoted-argument = 2
dollar-quoted-argument = 2
[in-string]
; backslash in $'...'
back-dollar-quoted-argument = 6
; backslash or $... in "..."
back-or-dollar-double-quoted-argument = 1
[other]
variable = 1
assign = none
assign-array-bracket = 5
history-expansion = 6,bold
[math]
mathvar = 1
mathnum = 9
matherr = 1,bold
[for-loop]
forvar = 1
fornum = 9
; operator
foroper = none
; separator
forsep = none
[case]
case-input = 1
case-parentheses = 5
case-condition = bg:10
|