comparison runtime/doc/syntax.txt @ 18928:180a1c5175f6

Update runtime files. Commit: https://github.com/vim/vim/commit/95a9dd1efc5ae3221865f4970053a5708557e682 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 19 22:12:03 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Dec 2019 22:15:04 +0100
parents af69c9335223
children 130acb903dbe
comparison
equal deleted inserted replaced
18927:9152417d4265 18928:180a1c5175f6
1 *syntax.txt* For Vim version 8.2. Last change: 2019 Dec 07 1 *syntax.txt* For Vim version 8.2. Last change: 2019 Dec 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2757 command line before loading a file with the readline syntax: > 2757 command line before loading a file with the readline syntax: >
2758 let readline_has_bash = 1 2758 let readline_has_bash = 1
2759 2759
2760 This will add highlighting for the commands that BASH (version 2.05a and 2760 This will add highlighting for the commands that BASH (version 2.05a and
2761 later, and part earlier) adds. 2761 later, and part earlier) adds.
2762
2763
2764 REGO *rego.vim* *ft-rego-syntax*
2765
2766 Rego is a query language developed by Styra. It is mostly used as a policy
2767 language for kubernetes, but can be applied to almost anything. Files with
2768 the following extensions are recognized as rego files: .rego.
2762 2769
2763 2770
2764 RESTRUCTURED TEXT *rst.vim* *ft-rst-syntax* 2771 RESTRUCTURED TEXT *rst.vim* *ft-rst-syntax*
2765 2772
2766 Syntax highlighting is enabled for code blocks within the document for a 2773 Syntax highlighting is enabled for code blocks within the document for a