-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better common lisp support #414
Comments
Thanks for opening this. A PR for these is definitely welcome. |
Support defmethod, defclass, deftype, defparameter, defconstant Fixes jacktasia#414
I've added an initial pass at this in my fork which seems to be mostly working, but it looks like it's searching case-sensitively by default. Is there any way to change the case sensitivity or search options per language? |
It looks like you are going to have to change the command generator functions (the ones set by |
Looking at the common lisp rules, things like
defmethod
,defclass
, anddefvar
aren't supported. I would think at minimum these three should be added, since they're used everywhere in CL.I'd be happy to open a PR if that's preferrable, though it may take me a minute to get around to it.
The text was updated successfully, but these errors were encountered: