有没有可以做代码语法高亮的 Objective-C/C 库?

发布于 2024-12-05 09:50:17 字数 140 浏览 0 评论 0原文

当然,我实际上并不需要它来突出显示任何内容,我会处理这一点,但是,如果有一个库可以解析文本并可以以抽象的方式告诉我应该使用哪些单词,那就太好了突出显示以及我应该如何对待它们(作为函数、变量等)。我认为(不确定)Clang 是一个选择,但对于我的目的来说似乎确实很重。

Of course, I don't actually need it to highlight anything, I'll take care of that, however, it would be great if there would be a library that can parse text and can in an abstract manner tell me which words should I highlight and how should I treat them (as functions, vars, etc). I think (not sure) Clang would be an option, but seems really heavy duty for my purposes.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

趁年轻赶紧闹 2024-12-12 09:50:17

是的,libclang 是正确的选择。

观看此视频(在 2010 年 LLVM 开发者大会上拍摄)会议)了解更多信息,其中介绍了 libclang API,并且应该为您提供有关如何使用该 API 的非常好的概述。

您可能对此处的其他视频感兴趣也是。

Yes libclang is the way to go.

Watch this video (captured at 2010 LLVM Developers' Meeting) for more info, which presents the libclang API and should give you a really good overview of how to use the API.

You may probably be interested in the others videos here too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文