Gleb Buzin
Gleb Buzin
Related #2. - [ ] Play with [sqlint](https://github.com/joe-re/sql-language-server/tree/release/packages/sqlint) API (only CLI is documented).
https://code.visualstudio.com/updates/v1_68#_find-match-background-color
Because `keyword.control` color overrides `import` color.
.. thus `return` keywords can't be colored in red without coloring the rest of keywords like `if` and `for`.

Namespace operators (`::`) and dot operators are colored in orange, while in other languages they are colored as punctuation (in blue). 
I'm working on a large project that has extensive test coverage. My main issue is when I want to debug something - I almost always want to debug using launch.json...