highlightjs-aql

1.0.0 • Public • Published

highlightjs-aql

Description

ArangoDB Query Language (AQL) grammar for highlight.js

How to use in browser

<script type="text/javascript" src="/path/to/highlight.min.js"></script>
<script
  type="text/javascript"
  charset="UTF-8"
  src="/path/to/highlightjs-aql/dist/aql.min.js"
></script>
<script type="text/javascript">
  hljs.highlightAll()
</script>

License

MIT License

Todo

  • Add support for inline AQL in Javascript (using query and aql templating)
  • Work on auto-detection

Package Sidebar

Install

npm i highlightjs-aql

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

33.1 kB

Total Files

22

Last publish

Collaborators

  • chdudek