🚀 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

@elastic/prismjs-esql

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

1.1.0
latest
Version published
Weekly downloads
11K
-1.53%
Maintainers
67
Weekly downloads
 
Created

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