-
-
Notifications
You must be signed in to change notification settings - Fork 166
feat: add lisp support
#122
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
Conversation
|
Does lisp comments starts with one semicolon? Although I have also seen two semicolon like in treesitter queries. (I am not a lisp guy, so i might be missing something) |
|
didn't even think of that, i saw |
|
Noice. Also can you check the filetype for treesitter queries? We can also add that if it's different from |
includes fennel, lisp and scheme filetypes
|
@mvllow I did a quick read and I think From scheme docs:
|
|
added block comments to lisp and scheme. fennel doesn't seem to have block comments |
|
clojure may have the same lisp comments as well, although i haven't tried it – didn't realise how many lisp-based languages there were |
|
built-in clojure's commentstring is |
|
For now I think it's ok. We can add closure in a separate PR or if someone complains about it :) |
includes fennel, lisp and scheme filetypes