Uses Prism's easy to consume extension API to tokenize Liquibase CLI command keywords. Extends the bash
language component to further enhance syntax highlighting. Exported as an IIFE for backwards compatibility.
PrismJS is provided in the 'global' scope.
- Import Prism main module.
- Import Bash language component.
- Import
prism-liquibase
language extension. - Follow normal Prism usage.
See index.html in /examples