Replies: 1 comment
-
|
Hi @ket395! I don't have a direct solution for c2-mode in Emacs, but it should be fairly easy to support c2 as a variant of the c-mode with a different set of keywords and types. For complete support, the raw string syntax is necessary and can be copied from markdown. I personally use my own emacs called qemacs (for Quick Emacs) which can be downloaded from https://github.com/qemacs/qemacs Feel free to give it a try and tell me what you think Chqrlie. |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any kind of pre-existing code for emacs? Even a bare bones version would be appreciated. Or just the grammar file. Or where in the c2.nim file are the main files to be understood for correct syntax highlighting.
Or a grammar file for C2 I couldn't find it. Which I can use to make a minor mode in Emacs.
Thanks for this project and a huge plus one for keeping communication on Github discussion.
Beta Was this translation helpful? Give feedback.
All reactions