aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/readline/highlights.scm
blob: 570e55b3de3c9c17032df32ae086d1f57c73ce79 (plain) (blame)
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
(comment) @comment @spell

"set" @keyword

[
  "$if"
  "$else"
  "$endif"
] @keyword.conditional

"$include" @keyword.import

[
  "="
  "=="
  "!="
  ">="
  "<="
  ">"
  "<"
] @operator

[
  ":"
  "-"
] @punctuation.delimiter

[
  (application_name)
  (keyname)
  (keyseq)
  (macro)
  (string_value)
  (term_name)
] @string

(file_path) @string.special.path

(escape_sequence) @string.escape

(symbolic_character_name) @character.special

(key_literal) @character

(function_name) @function

[
  (bell_variable)
  (bool_variable)
  (edit_mode_variable)
  (keymap_variable)
  (number_variable)
  (string_variable)
] @variable.builtin

[
  (bell_value)
  (edit_mode_value)
  (keymap_value)
  "version"
  "term"
  "mode"
] @constant.builtin

(number_value) @number

(version_number) @number.float

(bool_value) @boolean