@elastic/prismjs-esql
v1.1.2
Published
Prism.js and Refractor ES|QL language syntax definitions for highlighting
Readme
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)Run test and build steps
yarn test
yarn format
yarn lint
yarn buildReleasing
To release a new version add a publish label to the PR.
Or you can run the Release Github action manually from Github web.
License
MIT
