Skip to content

Instantly share code, notes, and snippets.

@apb2006
Created December 22, 2016 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apb2006/89d333c169fdd368eafbfc4762492d6b to your computer and use it in GitHub Desktop.
Save apb2006/89d333c169fdd368eafbfc4762492d6b to your computer and use it in GitHub Desktop.
import module namespace xp="http://expath.org/ns/xparse";
declare variable $js:="C:\Users\andy\workspace\app-doc\src\static\doc\feats\files\files.js";
let $t:="" || file:read-text($js)
return xp:parse($t,map{"lang":"ecmascript"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment