components/prism-aql.js


Log

Author Commit Date CI Message
Michael Schmidt fa540ab7 2021-11-22T13:00:47 AQL: Differenciate between strings and identifiers (#3183)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt e8d3b503 2021-06-27T14:56:07 ESLint: Added `regexp/strict` rule (#2944)
Michael Schmidt 79d22182 2021-06-08T13:50:35 FIxed some cases of quadratic worst-case runtime (#2922)
Simran ea82478d 2021-04-01T14:25:59 AQL: Update for ArangoDB 3.8 (#2842) - Add `K_PATHS` and `WINDOW` keywords - Support binary and hexadecimal number literals
Simran 717ace02 2019-10-15T16:03:54 AQL: Disallow unclosed multiline comments again (#2089) This reverts commit f3c6ba590345b140a2306903a5396e28187466eb.
Simran f3c6ba59 2019-09-18T14:57:34 AQL: Allow unclosed multi-line comments (#2058) AQL does not require multi-line comments to be closed. ArangoDB simply treats everything until the end of the query string as a comment in that case. This PR adjusts Prism to highlight such comments correctly.
Simran 899574eb 2019-09-16T18:12:48 AQL: More pseudo keywords (#2055) This adds `COUNT`, `CURRENT`, `KEEP`, and `PRUNE` to the list of keywords such that false positives are (mostly) avoided.
Simran 32a4c422 2019-09-12T21:40:54 AQL: Added missing keyword + minor improvements (#2047) This adds 5 missing keywords, fixes the operator pattern to support the array concatenation operator properly, and makes the number pattern stricter.
Michael Schmidt 3fdb7d55 2019-09-02T20:08:04 Added support for AQL (#2025) This adds support for the AQL language. https://www.arangodb.com/docs/stable/aql/