Clean up duplicated keywords #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/dont-overwrite-keywords"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removed some keywords that were duplicated in the dialect configuration.
This is the list of duplicated keywords that have been detected:
The main reason for this change is to guarantee the styling and highlighting
of the most important tokens in the language.
In this case,
LIMITis a standard SQL token, but also a builtin keyword for SQLiteWouldn't a more reasonable fix be to remove the word from the list of builtins for SQLite?
@marijnh It can be a solution. I added a check to know if something common and it detected many.
It seems pointless to include duplicates words in these definitions, so I think removing those is what we want to do here.
Ok. I'll do this then.
Done. Let me know what do you think.
Thanks! Merged as
1b848bb, which is your patch without the dynamic check/warning.I added the warning to catch future duplicates, but it is ok.
Pull request closed