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");