You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.6 KiB

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