https://github.com/liquibase/prism-liquibase
Extension to PrismJS to provide Liquibase syntax highlighting
https://github.com/liquibase/prism-liquibase
Last synced: 6 months ago
JSON representation
Extension to PrismJS to provide Liquibase syntax highlighting
- Host: GitHub
- URL: https://github.com/liquibase/prism-liquibase
- Owner: liquibase
- License: apache-2.0
- Created: 2020-01-17T23:09:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T22:15:00.000Z (about 1 year ago)
- Last Synced: 2025-04-03T22:38:29.122Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/prism-liquibase
- Size: 152 KB
- Stars: 6
- Watchers: 12
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prism-liquibase
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.## Overview
## How To Use
### Requirements
PrismJS is provided in the 'global' scope.- Import Prism main module.
- Import [Bash](https://prismjs.com/#supported-languages) language component.
- Import `prism-liquibase` language extension.
- Follow normal [Prism](https://prismjs.com/#basic-usage) usage.### Example
See [index.html](./examples/index.html) in `/examples`