/xquery-snippets

A simple set of XQuery snippets

MIT LicenseMIT

XQuery-Snippets

Collection of snippets for coding in XQuery. This collection of snippets should work with snippet-engine, which supports VSCode snippets.

Installation (vi / nvim)

-- Packer
use "bpolitycki/xquery-snippets"

-- Plug
Plug 'bpolitycki/xquery-snippets'

ToDo

  • Add snippets for math
  • Add snippets for eXist-db
  • Add snippets for baseX
  • Add snippets for functX

Credits

All snippets in array.json, fn.json and map.json have been autogenerated and are based on the W3C XQuery 3.1 Specs. The source file can be found in the qtspecs Repo.