-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
- plugin changes: - add `show-language` + `toolbar` plugins: Shows the language of the current codeblock. - add `autoloader`: Used to automatically load languages. - add `match-braces`: when hovering over a bracket, highlight the matching bracket. Added match-braces class to `base.ftl`. - add `diff-highlight`: highlight diff codeblocks in conjunction with other languages. - remove `css` and `javascript` languages from being loaded in the main prism.js file. - Add components directory with all additional `prism.js` supported languages. These are loaded on-demand by the `autoloader` plugin. - Add small transition to the copy code element to match the language toolbar element. (100ms linear transition from 0 -> 100% opacity) - Fix minor bug in FileWriter causing additional empty directories to be created when copying a folder with a trailing slash. - Make the diff highlighting look better Signed-off-by: solonovamax <[email protected]>
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.