1.1.0 • Published 7 months ago
@elastic/prismjs-esql v1.1.0
Prism.js and refractor ES|QL grammar
This package contains the ES|QL grammar for Prism.js and refractor.
Usage:
import {register} from 'refractor';
import {esql} from '@elastic/prismjs-esql';
register(esql)Releasing
Run test and build steps:
yarn test
yarn format
yarn lint
yarn buildPublish with release-it tool:
npx release-itLicense
MIT