-
Notifications
You must be signed in to change notification settings - Fork 31
How To Add New FPP Features
Justine West edited this page Sep 12, 2024
·
1 revision
-
To add a new FPP keyword, first update the Lexical Elements section of the FPP spec.
-
Next, update the
doc/code-prettify/run_prettify.js
file so it includes the new keyword. Doing this will add syntax highlighting to the keyword in the FPP spec. -
Finally, update
editors/emacs/fpp-mode.el
andeditors/vim/fpp.vim
so the emacs and vim editors syntax highlighting for the new keyword.