Last active
February 8, 2022 04:07
-
-
Save RexSkz/442d14936cc5d5a39cb0ad902c4d8de1 to your computer and use it in GitHub Desktop.
JavaScript file highlight for Prism.js (support function arguments)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The prism.js library has already supported identifying function arguments according to: | |
// https://github.com/PrismJS/prism/pull/1446 | |
// https://github.com/PrismJS/prism/pull/1722 | |
// Please use the latest version instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment