debian-sources-list.syntax 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. context default
  2. keyword linestart deb-src brightmagenta/20
  3. keyword linestart deb brightmagenta/20
  4. # Variables
  5. keyword \$\(ARCH\) brightred/18
  6. # Options (delimiters)
  7. keyword [ yellow/24
  8. keyword ] yellow/24
  9. # Options
  10. context exclusive [ ]
  11. # Basic syntax elements
  12. keyword ! yellow/24
  13. keyword , yellow/24
  14. keyword = yellow/24
  15. # Known options
  16. keyword whole arch white
  17. keyword whole allow-downgrade-to-insecure white
  18. keyword whole allow-insecure white
  19. keyword whole allow-weak white
  20. keyword whole by-hash white
  21. keyword whole check-date white
  22. keyword whole check-valid-until white
  23. keyword whole date-max-future white
  24. keyword whole inrelease-path white
  25. keyword whole lang white
  26. keyword whole pdiffs white
  27. keyword whole signed-by white
  28. keyword whole target white
  29. keyword whole trusted white
  30. keyword whole valid-until-max white
  31. keyword whole valid-until-min white
  32. # Known values
  33. keyword whole force white
  34. keyword whole no white
  35. keyword whole yes white
  36. # Comment
  37. context # \n brown/22
  38. # Common URI specifications
  39. context cdrom\:\/ \s cyan/24
  40. context copy\: \s cyan/24
  41. context file\:\/ \s cyan/24
  42. context ftp\:\/\/ \s green/6
  43. context http\:\/\/ \s green/6
  44. context https\:\/\/ \s green/6
  45. context mirror\:\/\/ \s green/6
  46. context mirror\+cdrom\:\/ \s cyan/24
  47. context mirror\+copy\: \s cyan/24
  48. context mirror\+file\:\/ \s cyan/24
  49. context mirror\+ftp\:\/\/ \s green/6
  50. context mirror\+https\:\/\/ \s green/6
  51. context mirror\+rsh\:\/\/ \s green/6
  52. context mirror\+ssh\:\/\/ \s green/6
  53. context rsh\:\/\/ \s green/6
  54. context ssh\:\/\/ \s green/6
  55. # Other URI specifications
  56. context mirror\+s3\:\/\/ \s brightgreen/6
  57. context mirror\+tor\+http\:\/\/ \s brightgreen/6
  58. context mirror\+tor\+https\:\/\/ \s brightgreen/6
  59. context s3\:\/\/ \s brightgreen/6
  60. context tor\+http\:\/\/ \s brightgreen/6
  61. context tor\+https\:\/\/ \s brightgreen/6