Hi all,
I'm working on some syntax highlighting code. Well, the code is finished, I just need a list of all of the syntax to highlight.
I'm allowing the user to select the color and words per list of syntax, I just need to know what words to put in each list (category).
For instance, for HTML: Tag list with tags, Properties list with properties, etc.
I would like to get syntax for: Python, Java, HTML/XHTML, CSS, SQL/DDL Commands and Datatypes, C#, VB, C++, and any others you guys may be able to think of.
My question is this, does anyone know of a good resource that lists all of the possible syntax for any of the above mentioned languages?
Thank you all greatly,
Dave