Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Notepad++ C 和 C++ 内置语言不识别 stdint 类型(uint8_t 等),因此这些类型不会着色。
有没有办法提取内置语言,以便插入 stdint 类型,而不必从头开始创建新语言?
转到Settings > Style Configurator,然后转到C / C++语言,然后转到TYPE WORD样式。在那里,您可以在用户定义的关键字文本框中添加新类型uint8_t、、、uint16_t等。uint32_tint8_t
uint8_t
uint16_t
uint32_t
int8_t
\Notepad++\plugins\APIs\
这就是你要找的东西