Skip to content

How To Add New FPP Features

Justine West edited this page Sep 12, 2024 · 1 revision

Adding Keywords to FPP Specification

  1. To add a new FPP keyword, first update the Lexical Elements section of the FPP spec.

  2. 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.

  3. Finally, update editors/emacs/fpp-mode.el and editors/vim/fpp.vim so the emacs and vim editors syntax highlighting for the new keyword.

Clone this wiki locally