A little support for the Zed editor #1272
tsoj
started this conversation in
Show and tell
Replies: 1 comment
-
@hsutter Could it make sense to add a note about this to the other syntax highlighters: https://github.com/hsutter/cppfront/wiki#related-projects |
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.
-
Mostly syntax highlighting.
zed-cpp2
It is based on the tree-sitter-cpp2 I wrote.
Can be installed from the Zed extensions page (search for "cpp2").
There are probably still a few quirks (I haven't written much code using this extension yet ...), but it should mostly work fine, also seamlessly together with old C++ code.
Beta Was this translation helpful? Give feedback.
All reactions