I'm doing a system error manual for the company where I work. Within this manual you will have the description of the error, as well as its solution. Many of the solutions are very extensive SQL scripts.
I wonder if it's possible to mark (leave bold and other color) keywords just inside the script area, such as: SELECT, UPDATE, *, FROM, WHERE, etc.
Just like in forums, dropbox pages, etc. It may be similar to something that is done right here in stackoverflow, eg:
SELECT * FROM teste;