vs-aql
is prototype of language extension for aql
from ArangoDB with basic support of aql
tag, .aql
files syntax highlight and snippets
should work with .aql, .js, .jsx, .ts, .tsx files
highlights typescript template literal with //aql
comment
- basic support for syntax hightlight
- snippets for functions
- works with ArangoJS
aql
tagged template literal
👍
- template literal without aql tag works with comment
//aql
aql`
for user in Users
limit 1
...
notAnAqlTag`//aql <-- note for comment
for user in Users
limit 1
...
- ternery operator
- basic function highlight
@variable
highlight
👎
aql
tag not working properly - use comment//aql
instead- drop
.vue
support
👍
Basic support for basic things.
- basic syntax hightlight
- snippets
aql
tag supportaql
tag supports inline ${javascript + expressions}
👎
aql.literal()
won't work properly- regular expressions won't syntax highlight
MIT