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

@elastic/prismjs-esql

Package Overview
Dependencies
Maintainers
67
Versions
2
Alerts
File Explorer

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
Source
npm
Version published
Weekly downloads
9.6K
42.62%
Maintainers
67
Weekly downloads
 
Created
Source

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

Keywords

esql

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