Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepad++ and stdint.h types [closed]

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?

like image 831
George P. Avatar asked Jul 23 '26 18:07

George P.


1 Answers

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.

like image 182
psxls Avatar answered Jul 25 '26 11:07

psxls



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!