# CodeMirror AQL mode
Legacy [CodeMirror5](https://codemirror.net/5/) mode for [ArangoDB](https://arangodb.com/) Query Language (AQL).
## How to use### Basic use
Load `index.js` at adequate locations in your HTML structure.
Mention `mode: 'aql'` when creating your CodeMirror instance.