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