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)yarn test
yarn format
yarn lint
yarn build
To release a new version add a publish label to the PR.
Or you can run the Release Github action manually from Github web.
MIT