Emacs support for editing P files #693
rudi
started this conversation in
Feature Request!
Replies: 3 comments
|
This is great! thanks for doing this. |
0 replies
|
Hi, that's great to hear! The mode is usable as-is but I'll continue adding features as I use P. Do let me know which features would be best to have! I'm currently working on a menu for running the tools (pmc etc.) from within Emacs. I'll likely wait with implementing automatic indentation until the tree-sitter support in Emacs has arrived (first half of next year), since a tree-sitter grammar will be usable in vim as well as far as I know. |
0 replies
|
Our team is only planning to support Peasy as a framework. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I implemented a quick-and-dirty emacs mode for P at https://github.com/rudi/p-mode. It's about as featureful as the sublime mode that I used for inspiration. Would be happy to have it hosted at p-org or to continue developing it on my own repo :)
All reactions