From 2a183e9f9d5bddfb19a6d32a265d6eaf2ccd01b5 Mon Sep 17 00:00:00 2001 From: William Candillon Date: Fri, 25 May 2012 04:25:56 +0200 Subject: [PATCH] Add instruction on how to generate the XQuery parser. --- lib/ace/mode/xquery/Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/ace/mode/xquery/Readme.md diff --git a/lib/ace/mode/xquery/Readme.md b/lib/ace/mode/xquery/Readme.md new file mode 100644 index 00000000..0ebee1d0 --- /dev/null +++ b/lib/ace/mode/xquery/Readme.md @@ -0,0 +1,6 @@ +WARNING! +============================ + +Files in this folder are generated automatically from the xquery.js project (https://github.com/wcandillon/xquery.js). +Instructions on how to generate the XQuery parser are available at https://github.com/wcandillon/xquery.js +