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.

81 lines
1.6 KiB

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