You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the language server with lowercaseKeywords: true, I still see annotations for "reserved words" like select.
To Reproduce
With the following query:
selectrenovate.repo,
owner
from
renovate
left join owners
onrenovate.platform=owners.platformandrenovate.organisation=owners.organisationandrenovate.repo=owners.repo
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1713773202
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
Run :checkhealth for more info
Describe the bug
When using the language server with
lowercaseKeywords: true
, I still see annotations for "reserved words" likeselect
.To Reproduce
With the following query:
And a configuration file:
I then see:
Expected behavior
I'd have expected that the
select
andfrom
would be treated as being allowed as lowercase.Versions (please complete the following information):
Additional context
Using Neovim:
And https://github.com/williamboman/mason.nvim
The text was updated successfully, but these errors were encountered: