Abdelhak Bougouffa
Abdelhak Bougouffa
**FOR INFORMATION** I've started a fork of this package to port it to `treesit` for my personal use. I've got a usable `treesit-fold` package that I'm using in my Emacs...
@garyo I was using @AndrewSwerlick's fork, but since he didn't update it from a while, I've tried to port `ts-fold` from the current master branch. I did inspire from Andrew's...
Hi @DevelopmentCool2449 It would be nice to do a standalone fork. My fork was just a first try, and being not an expert on how Tree-sitter works, I didn't manage...
> You are right. 👍 One thing worth mentioning is that tree-sitter.el supports non `-ts` modes, but treesit.el does. So, it covers both cases. 🤔 By default, `treesit.el` is activated...
Hello @zainmehdi , For map publishing, it is always planned. However, I'm working on another project currently, so I didn't find the time to do it.
Hello @CHANdaFeng , Yes, it should work, however, the current version is just a proof of concept, I didn't implement the proper ROS Map publishing mechanism. The current code publishes...
The API has been moved to a new repository https://github.com/a-bougouffa/dzlibs-api
Hi @jcs090218, Sorry, I didn't see your comment, I was experimenting on this a while ago, I didn't manage to get a robust working POC. I will try to revisit...
I'm using this syntax for the similar `lsp-ltex-disabled-rules` variable: ```elisp (setq lsp-ltex-disabled-rules '(:fr ["WHITESPACE" "FRENCH_WHITESPACE" "DEUX_POINTS_ESPACE"] :en ["WHITESPACE"])) ```
@tickscn @jcs090218 I've ported codemetrics to the Emacs 29+ built-in `treesit` https://github.com/abougouffa/cognitive-complexity It is a PoC for now, it works fine but the tests and other stuff aren't ported correctly...