codeql.nvim
codeql.nvim copied to clipboard
fix(queryserver.lua): add csv.dbscheme support
Problem
Attempting to register a csv database results in a lua nil concatenation error.
Solution
Add the csv dbscheme to the langTodbScheme dictionary.