fix(Web Form): add syntax highlighting for client script by barredterra [frappe] PR#28964
From: https://github.com/frappe/frappe/pull/28964
Date: 2024-12-30 23:16:37+01:00
- fix(Web Form): add syntax highlighting for client script (#28964)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28964
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28964
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease