If you're using one of SyntaxParser descendants, here's how collection of styles will look like
identifiers (0)
numbers (1)
reswords (2)
comments (3)
xml coments (4)
symbols (5)
white spaces (6)
strings (7)
directives (8)
html params (9)
syntax errors (10)
code snippets (11)
If you're using generic parser that loads syntax scheme from xml file, you could look at Styles collection there,which will look like this:
Regards,
Dmitry