casianr / plsql

VS Code PL/SQL Syntax Highlighting
6 stars 3 forks source link

'AND' syntax coloring is not working #4

Open diegogvieira opened 7 years ago

diegogvieira commented 7 years ago

Simple as that.

`create or replace sp is

begin select * from my_table a where a.key = 1 and a.name = 'Teste' --and not getting colors

end;`

thiagonogueira commented 7 years ago

Same issue here...

casianr commented 7 years ago

I think this is related to the Colour Theme itself and the way operators are coloured as opposed to keywords. If you change it to another theme such as Solarized Dark for example, it should be fine.