ini.syntax 248 B

1234567891011121314151617181920
  1. # DOS / Windows INI files
  2. context default
  3. keyword = brightred
  4. keyword $*$ brightgreen
  5. # options
  6. #context .* = cyan
  7. # groups
  8. context [ ] yellow
  9. # lists
  10. context exclusive $*$ $*$ green
  11. # comments:
  12. context # \n brown
  13. context ; \n brown