Update runtime files. Add Euphoria syntax files.
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 4ae902c..d771979 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -593,7 +593,7 @@
When you have a mapping that contains an Ex command, you need to put a line
terminator after it to have it executed. The use of <CR> is recommended for
this (see |<>|). Example: >
- :map _ls :!ls -l %<CR>:echo "the end"<CR>
+ :map _ls :!ls -l %:S<CR>:echo "the end"<CR>
To avoid mapping of the characters you type in insert or Command-line mode,
type a CTRL-V first. The mapping in Insert mode is disabled if the 'paste'