문제

Notepad++ C and C++ builtin languages, do not recognize stdint types (uint8_t etc) and as such these types do not get colored.

Is there a way to extract the builtin language, so that the stdint types are inserted, whithout having to create a new language from scratch?

도움이 되었습니까?

해결책

Go to Settings > Style Configurator, and then to C / C++ languages, and then to the TYPE WORD style. There you can add new types uint8_t, uint16_t, uint32_t, int8_t etc in the User-defined keywords textbox.

다른 팁

\Notepad++\plugins\APIs\

thats what you're lookig for

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top