mongodb-js / ace-theme

CSS highlighting styles for multiline ACE Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongodb-ace-theme

MongoDB ACE Theme

Provides the CSS highlighting styles for multiline ACE Editor in Compass and Charts.

mongodb-js/ace-theme-query is a variant of these sames styles as a single line input.

mongodb-js/ace-mode provides MongoDB query and aggregation language syntax highlighting rules.

Installation

npm install --save mongodb-ace-theme

Usage

import 'mongodb-ace-theme';
editor.setTheme("ace/theme/mongodb");

License

Apache 2.0

About

CSS highlighting styles for multiline ACE Editor


Languages

Language:JavaScript 100.0%