comparison runtime/doc/syntax.txt @ 4437:eb6ab7e78925

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 17 May 2013 18:14:19 +0200
parents 2d1383658bb4
children 2eb30f341e8d
comparison
equal deleted inserted replaced
4436:a4fb812810e3 4437:eb6ab7e78925
1237 to your startup file. 1237 to your startup file.
1238 1238
1239 1239
1240 ERLANG *erlang.vim* *ft-erlang-syntax* 1240 ERLANG *erlang.vim* *ft-erlang-syntax*
1241 1241
1242 The erlang highlighting supports Erlang (ERicsson LANGuage). 1242 Erlang is a functional programming language developed by Ericsson. Files with
1243 Erlang is case sensitive and default extension is ".erl". 1243 the following extentions are recognized as Erlang files: erl, hrl, yaws.
1244 1244
1245 If you want to disable keywords highlighting, put in your .vimrc: > 1245 The BIFs (built-in functions) are highlighted by default. To disable this,
1246 :let erlang_keywords = 1 1246 put the following line in your vimrc: >
1247 If you want to disable built-in-functions highlighting, put in your 1247
1248 .vimrc file: > 1248 :let g:erlang_highlight_bifs = 0
1249 :let erlang_functions = 1 1249
1250 If you want to disable special characters highlighting, put in 1250 To enable highlighting some special atoms, put this in your vimrc: >
1251 your .vimrc: > 1251
1252 :let erlang_characters = 1 1252 :let g:erlang_highlight_special_atoms = 1
1253 1253
1254 1254
1255 FLEXWIKI *flexwiki.vim* *ft-flexwiki-syntax* 1255 FLEXWIKI *flexwiki.vim* *ft-flexwiki-syntax*
1256 1256
1257 FlexWiki is an ASP.NET-based wiki package available at http://www.flexwiki.com 1257 FlexWiki is an ASP.NET-based wiki package available at http://www.flexwiki.com