v3.9 don't highlights SQL keywords with default and user defined style. v3.2 & 3.4 highlights SQL keywords correctly.
Hello !
Edit File ' langs.xml '
Search for 'name="sql"
All words after : <Keywords name="instre1"> are in upper case ---> covert to lower case. ( except last word </Keywords> )
Thanx a lot.
Thanks, that worked for me!!
Hi
I tried to add new styles for some of the keywords and nothing happens in the edit. I added this to the SQL section
<Keywords name="type1">@@rowcount scope_identity @@error @@trancount nocount ansi</Keywords>
All I'm trying to do is to use a different color for some of the keywords
v3.9 don't highlights SQL keywords with default and user defined style.
v3.2 & 3.4 highlights SQL keywords correctly.
Hello !
Edit File ' langs.xml '
Search for 'name="sql"
All words after : <Keywords name="instre1"> are in upper case ---> covert to lower case. ( except last word </Keywords> )
Thanx a lot.
Thanks, that worked for me!!
Hi
I tried to add new styles for some of the keywords and nothing happens in the edit. I added this to the SQL section
<Keywords name="type1">@@rowcount scope_identity @@error @@trancount nocount ansi</Keywords>
All I'm trying to do is to use a different color for some of the keywords