comparison runtime/doc/syntax.txt @ 25056:43593a5d873f

Update runtime files Commit: https://github.com/vim/vim/commit/4d8f476176eadfc745bcb8e143460029048f858d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 27 15:18:56 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jun 2021 15:30:05 +0200
parents fd37be6dc258
children 84c7dc0fdcd2
comparison
equal deleted inserted replaced
25055:960fe9bef317 25056:43593a5d873f
1 *syntax.txt* For Vim version 8.2. Last change: 2021 May 30 1 *syntax.txt* For Vim version 8.2. Last change: 2021 Jun 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1418 1418
1419 To select syntax highlighting file for Euphoria, as well as for 1419 To select syntax highlighting file for Euphoria, as well as for
1420 auto-detecting the *.e and *.E file extensions as Euphoria file type, 1420 auto-detecting the *.e and *.E file extensions as Euphoria file type,
1421 add the following line to your startup file: > 1421 add the following line to your startup file: >
1422 1422
1423 :let filetype_euphoria="euphoria3" 1423 :let filetype_euphoria = "euphoria3"
1424 1424
1425 or 1425 < or >
1426 1426
1427 :let filetype_euphoria="euphoria4" 1427 :let filetype_euphoria = "euphoria4"
1428 1428
1429 1429
1430 ERLANG *erlang.vim* *ft-erlang-syntax* 1430 ERLANG *erlang.vim* *ft-erlang-syntax*
1431 1431
1432 Erlang is a functional programming language developed by Ericsson. Files with 1432 Erlang is a functional programming language developed by Ericsson. Files with