0.2.0 • Published 1 year ago

@popsql/monaco-sql-languages v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@popsql/monaco-sql-languages

CI NPM

This repo contains a bundle of SQL languages for the Monaco Editor. Currently provided is:

  • BigQuery
  • Clickhouse
  • Snowflake

The initial goal of the repo is to provide syntax highlighting for a number of languages.

Usage

npm install @popsql/monaco-sql-languages

See the example/ folder on integrating this project with react.

Development

yarn
yarn build
yarn test

To release a new version, create a new release, and then this will create a release on NPM using the release name as the version. Additionally, example/ will be deployed to the gh-pages branch.

0.2.0

1 year ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago