I'm making a small application which has a syntax highlight for SQL, by using TMS's TADvMemo and TAdvSQLMemoStyler components. I've changed the default LineComment '
property to --
to respect SQL comment syntax. The issue I have is that I can not make the component to display the strings from SQL as I want, highlighted:
Even I'm creating a new style on the SQLMemoStyler component:
Any idea on this?