Open
Description
p5.js version
1.9.4
What is your operating system?
Linux
Web browser and version
Firefox 126.0
Actual Behavior
A few new p5.js function like beginClip
are not being highlighted.
https://github.com/processing/p5.js-web-editor/blob/develop/client/utils/p5-keywords.js was last updated c. #1873 and hasn't been touched since.
Expected Behavior
All p5.js functions are highlighted correctly.
client/utils/p5-keywords.js
is automatically generated when building the p5 editor and never drifts out of sync, or is at least kept in sync whenever the editor switches to the latest p5 version.
Steps to reproduce
Steps:
- Open https://editor.p5js.org
- Write
beginClip()
beginClip
is not bolded like the other built-in functions.