-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
BugError or unexpected behaviorsError or unexpected behaviorsGood First IssueA beginner-friendly issue, great for first-time contributorsA beginner-friendly issue, great for first-time contributorsPriority:MediumModerately important, should be completed in a fair timeframeModerately important, should be completed in a fair timeframeType:TaskTasks tied specifically to developer operations and maintenanceTasks tied specifically to developer operations and maintenance
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.
Metadata
Metadata
Assignees
Labels
BugError or unexpected behaviorsError or unexpected behaviorsGood First IssueA beginner-friendly issue, great for first-time contributorsA beginner-friendly issue, great for first-time contributorsPriority:MediumModerately important, should be completed in a fair timeframeModerately important, should be completed in a fair timeframeType:TaskTasks tied specifically to developer operations and maintenanceTasks tied specifically to developer operations and maintenance