Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solved issue # 3163 #3336

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Harshit-7373
Copy link

Keyword Syntax highlighting still outdated #3163

Github-Harshit-7373

Fixes #3163

  1. Firstly , i Created a updateP5Data.js file to fetch , parse and store data as per needed.
  2. I added "update-p5": "node updateP5Data.js" this in the package.json as a script , This simplifies execution without typing the entire Node.js command.
  3. The command (npx husky add .husky/pre-commit "npm run update-p5") sets up an automated process using Husky for pre-commit Git hooks.

Changes:

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123

Keyword Syntax highlighting still outdated processing#3163

Github-Harshit-7373
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keyword Syntax highlighting still outdated
1 participant