liquibase README

A syntax definition for Liquibase files.

Features

Syntax highlighting and embedded language support for Liquibase.

1.0.0

Initial release of liquibae syntax highlighting

Building

After cloning the repo, you can build this in one of 3 ways:

RECOMMENDED: Method 1: no-install (npx)

$ npx vsce package

Method 2: yarn

$ yarn
$ yarn vsce:package

Method 3: npm

$ npm install
$ npm run vsce:package