Closed stardiviner closed 8 years ago
Hi,
Thanks for the feature request. I see that redis.el
has a list of keywords in the mode. Since I was able to leverage emacs' built-in sql.el
, this should be doable.
That's great.
Any progress on this? (I'm thinking sqlup-mode should support other NoSQL keywords too, so a better name like database-keyword-up
or something else?)
I added support for redis-mode
. We can take a look at renaming the mode later when there's a third or fourth request for other capitalization that gets implemented :)
Let me know if it works well for you.
I got error:
Error in post-command-hook (sqlup-capitalize-as-you-type): (void-function sqlup-keywordp)
After fix this, it works now.
as the title said. I found Emacs ELPA has package called
redis.el
https://github.com/emacs-pe/redis.elIt has a mode called
reids-mode
for editing commands. I hope sqlup-mode can support them.