🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@elastic/prismjs-esql

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
p

@elastic/prismjs-esql

Prism.js and Refractor ES|QL language syntax definitions for highlighting

1.1.0
latest
88

Supply Chain Security

100

Vulnerability

78

Quality

87

Maintenance

100

License

Version published
Maintainers
67
Created
Issues
1

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 build

Publish with release-it tool:

npx release-it

License

MIT

FAQs

Package last updated on 11 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts