1.0.0 • Published 8 months ago

highlightjs-aql v1.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
8 months ago

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