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.

100 lines
1.9 KiB

  1. ; https://www.syntaxenvy.com/0854668
  2. ;
  3. ; comment:
  4. ; #5b4e3f -> 58
  5. ; keyword:
  6. ; #a1f2b2 -> 157
  7. ; number, string:
  8. ; #91cf9e -> 115 (114)
  9. ; title, section, name, selector-id:
  10. ; #dadff0 -> 189
  11. ; attribute, variable, type:
  12. ; #debb91 -> 180
  13. ; symbol, link:
  14. ; #f1dcc6 -> 224
  15. ; builtin, deletion:
  16. ; #95cbc1 -> 115
  17. ; formula:
  18. ; #3f352a -> 16
  19. [base]
  20. default = none
  21. unknown-token = 124
  22. commandseparator = 189
  23. redirection = none
  24. here-string-tri = 157
  25. here-string-text = bg:25
  26. here-string-var = 180,bg:25
  27. exec-descriptor = 180
  28. comment = 58
  29. correct-subtle = bg:55
  30. incorrect-subtle = bg:52
  31. subtle-bg = bg:17
  32. secondary = zdharma
  33. recursive-base = 183
  34. [command-point]
  35. reserved-word = 157
  36. subcommand = 224
  37. alias = 180
  38. suffix-alias = 180
  39. global-alias = bg:58
  40. builtin = 115
  41. function = 180
  42. command = 180
  43. precommand = 157
  44. hashed-command = 180
  45. single-sq-bracket = 115
  46. double-sq-bracket = 115
  47. double-paren = 157
  48. [paths]
  49. path = 224
  50. pathseparator =
  51. path-to-dir = 224,underline
  52. globbing = 157
  53. globbing-ext = 159
  54. [brackets]
  55. paired-bracket = bg:blue
  56. bracket-level-1 = 115
  57. bracket-level-2 = 177
  58. bracket-level-3 = 220
  59. [arguments]
  60. single-hyphen-option = 180
  61. double-hyphen-option = 180
  62. back-quoted-argument = none
  63. single-quoted-argument = 114
  64. double-quoted-argument = 114
  65. dollar-quoted-argument = 114
  66. [in-string]
  67. ; backslash in $'...'
  68. back-dollar-quoted-argument = 189
  69. ; backslash or $... in "..." (i.e. variable in string)
  70. back-or-dollar-double-quoted-argument = 180
  71. [other]
  72. variable = none
  73. assign = none
  74. assign-array-bracket = 224
  75. history-expansion = blue,bold
  76. [math]
  77. mathvar = 180
  78. mathnum = 114
  79. matherr = 124
  80. [for-loop]
  81. forvar = 180
  82. fornum = 114
  83. ; operator
  84. foroper = 147
  85. ; separator
  86. forsep = 224
  87. [case]
  88. case-input = 180
  89. case-parentheses = 58
  90. case-condition = bg:25