brobeson / Tools

Scripts written to aid software development.
2 stars 1 forks source link

questions regarding GLSL syntax highlighting #19

Closed brobeson closed 9 years ago

brobeson commented 9 years ago
  1. Should operators be defined for highlighting?
  2. Can preprocessor directives be preceded by white space?
  3. Can preprocessor directives have white space between the '#' and the keyword?
  4. Can preprocessor directives have '\' for line continuation?
  5. Is 'result' a keyword like 'return'? (see page 52 of OpengGL Programming Guide Eight Edition)
  6. Can // comments continue to other lines with line continuation? \ This is currently allowed in the syntax file.
  7. Can I get the extension name to highlight in the extension preprocessor directive?