comparison runtime/doc/syntax.txt @ 5697:c2098c3095e7

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Mar 2014 18:38:28 +0100
parents 22da5ab9aaa1
children c52a655d927d
comparison
equal deleted inserted replaced
5696:1ddbc811c259 5697:c2098c3095e7
1 *syntax.txt* For Vim version 7.4. Last change: 2013 Aug 22 1 *syntax.txt* For Vim version 7.4. Last change: 2014 Feb 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1277 Finally, some vendors support hexadecimal constants. To handle them, add > 1277 Finally, some vendors support hexadecimal constants. To handle them, add >
1278 1278
1279 :let eiffel_hex_constants=1 1279 :let eiffel_hex_constants=1
1280 1280
1281 to your startup file. 1281 to your startup file.
1282
1283
1284 EUPHORIA *euphoria3.vim* *euphoria4.vim* *ft-euphoria-syntax*
1285
1286 Two syntax highlighting files exists for Euphoria. One for Euphoria
1287 version 3.1.1, which is the default syntax highlighting file, and one for
1288 Euphoria version 4.0.5 or later.
1289
1290 Euphoria version 3.1.1 (http://www.rapideuphoria.com/) is still necessary
1291 for developing applications for the DOS platform, which Euphoria version 4
1292 (http://www.openeuphoria.org/) does not support.
1293
1294 The following file extensions are auto-detected as Euphoria file type:
1295
1296 *.e, *.eu, *.ew, *.ex, *.exu, *.exw
1297 *.E, *.EU, *.EW, *.EX, *.EXU, *.EXW
1298
1299 To select syntax highlighting file for Euphoria, as well as for
1300 auto-detecting the *.e and *.E file extensions as Euphoria file type,
1301 add the following line to your startup file: >
1302
1303 :let filetype_euphoria="euphoria3"
1304
1305 or
1306
1307 :let filetype_euphoria="euphoria4"
1282 1308
1283 1309
1284 ERLANG *erlang.vim* *ft-erlang-syntax* 1310 ERLANG *erlang.vim* *ft-erlang-syntax*
1285 1311
1286 Erlang is a functional programming language developed by Ericsson. Files with 1312 Erlang is a functional programming language developed by Ericsson. Files with