Closed Alexey-T closed 5 years ago
I had a quick look at the current MySQL lexer. There are about to 570 missing keywords. Since I'm starting my vacation at Friday I think I won't be able to improve the lexer before. I will be back at beginning of September. Then I will see what I can do.
Thanks for this
Hi @dinkumoil , any update?
Hi @Alexey-T , I will start to work on this issue at the weekend.
@Alexey-T
I've sent you the updated lexer via email.
I took all the keywords found at the MySQL website and removed all words classified in the old lexer as
I merged the remaining words with the ones classified as "MySQL Reserved words". Finally I removed all duplicates from the resulting list.
The MySQL website uses another schema to classify words but I decided to keep the word lists mentioned above as they were and only extended the "MySQL Reserved words" list. Since I'm not a MySQL dev I don't know if this classification makes sense, this should be decided by a more experienced person than me.
Sending the email failed, I send it via file upload:
Good work, thank you. Published in addons (update). I only changed the NOTES text of lexer - my and your names.
lexer "MySQL SQL" misses many keywords. https://dev.mysql.com/doc/refman/8.0/en/keywords.html#keywords-in-current-series
@dinkumoil Maybe you can help to fix lexer, please?