Skip to content

Commit

Permalink
Update snippets for XQuery 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Feb 6, 2022
1 parent cf4254b commit f5e71c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/xquery.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ snippet json
declare option output:media-type "application/json";

snippet html5
declare option output:method "html5";
declare option output:method "html";
declare option output:html-version "5.0";
declare option output:media-type "text/html";

snippet html
Expand Down Expand Up @@ -107,7 +108,7 @@ snippet case
case element(${1:name}) return

snippet xq
xquery version="3.0";
xquery version "3.1";

snippet tei
declare namespace tei="http://www.tei-c.org/ns/1.0";
Expand Down

0 comments on commit f5e71c7

Please sign in to comment.