Skip to content

Commit

Permalink
move xquery mode into separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Apr 4, 2018
1 parent 1f8333b commit 4030753
Show file tree
Hide file tree
Showing 11 changed files with 276 additions and 109,167 deletions.
1 change: 0 additions & 1 deletion demo/kitchen-sink/docs/jsoniq.jq

This file was deleted.

4 changes: 0 additions & 4 deletions lib/ace/mode/_test/tokens_jsoniq.json

This file was deleted.

44 changes: 23 additions & 21 deletions lib/ace/mode/_test/tokens_xquery.json
@@ -1,44 +1,46 @@
[[
"[\"start\"]",
"start",
["keyword","xquery"],
["text"," "],
["keyword","version"],
["text"," "],
["string","\""],
["string","1.0"],
["string","\""],
["string","\"1.0\""],
["text",";"]
],[
"[\"start\"]"
"start"
],[
"[\"start\"]",
"start",
["keyword","let"],
["text"," "],
["variable","$message"],
["text"," "],
["keyword.operator",":="],
["text"," "],
["string","\""],
["string","Hello World!"],
["string","\""]
["string","\"Hello World!\""]
],[
"[\"start\",\"StartTag\",\"TagContent\"]",
"start",
["keyword","return"],
["text"," "],
["meta.tag","<results"],
["meta.tag",">"]
["text","<"],
["meta.tag","results"],
["text",">"]
],[
"[\"start\",\"StartTag\",\"TagContent\"]",
"start",
["text"," "],
["meta.tag","<message"],
["meta.tag",">"],
["text","{"],
["text","<"],
["meta.tag","message"],
["text",">"],
["lparen","{"],
["variable","$message"],
["text","}"],
["meta.tag","</message>"]
["rparen","}"],
["text","</"],
["meta.tag","message"],
["text",">"]
],[
"[\"start\"]",
["meta.tag","</results>"]
"start",
["text","</"],
["meta.tag","results"],
["text",">"]
],[
"[\"start\"]"
"start"
]]
203 changes: 0 additions & 203 deletions lib/ace/mode/jsoniq.js

This file was deleted.

0 comments on commit 4030753

Please sign in to comment.