comparison runtime/doc/syntax.txt @ 27036:3e661b0cf500

Update runtime files Commit: https://github.com/vim/vim/commit/2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 21:51:59 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 23:00:06 +0100
parents f0d7cb510ce3
children 3649b5a6b1b6
comparison
equal deleted inserted replaced
27035:5232c68bb21d 27036:3e661b0cf500
1440 1440
1441 < or > 1441 < or >
1442 1442
1443 :let g:filetype_euphoria = "euphoria4" 1443 :let g:filetype_euphoria = "euphoria4"
1444 1444
1445 Elixir and Euphoria share the *.ex file extension. If the filetype is 1445 Elixir and Euphoria share the *.ex file extension. If the filetype is
1446 specifically set as Euphoria with the g:filetype_euphoria variable, or the 1446 specifically set as Euphoria with the g:filetype_euphoria variable, or the
1447 file is determined to be Euphoria based on keywords in the file, then the 1447 file is determined to be Euphoria based on keywords in the file, then the
1448 filetype will be set as Euphoria. Otherwise, the filetype will default to 1448 filetype will be set as Euphoria. Otherwise, the filetype will default to
1449 Elixir. 1449 Elixir.
1450 1450
1471 1471
1472 The following file extensions are auto-detected as Elixir file types: 1472 The following file extensions are auto-detected as Elixir file types:
1473 1473
1474 *.ex, *.exs, *.eex, *.leex, *.lock 1474 *.ex, *.exs, *.eex, *.leex, *.lock
1475 1475
1476 Elixir and Euphoria share the *.ex file extension. If the filetype is 1476 Elixir and Euphoria share the *.ex file extension. If the filetype is
1477 specifically set as Euphoria with the g:filetype_euphoria variable, or the 1477 specifically set as Euphoria with the g:filetype_euphoria variable, or the
1478 file is determined to be Euphoria based on keywords in the file, then the 1478 file is determined to be Euphoria based on keywords in the file, then the
1479 filetype will be set as Euphoria. Otherwise, the filetype will default to 1479 filetype will be set as Euphoria. Otherwise, the filetype will default to
1480 Elixir. 1480 Elixir.
1481 1481