summaryrefslogtreecommitdiffstats
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-19 22:12:03 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-19 22:12:03 +0100
commit95a9dd1efc5ae3221865f4970053a5708557e682 (patch)
tree8350e84d8e57e57c00b3c2c78e08a550c706fab2 /runtime/doc/syntax.txt
parenta4ce82fe2e990eb9eaabf6ad400e2a74cce50ce6 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 604d7caec6..b1a1d0fe2f 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 8.2. Last change: 2019 Dec 07
+*syntax.txt* For Vim version 8.2. Last change: 2019 Dec 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2761,6 +2761,13 @@ This will add highlighting for the commands that BASH (version 2.05a and
later, and part earlier) adds.
+REGO *rego.vim* *ft-rego-syntax*
+
+Rego is a query language developed by Styra. It is mostly used as a policy
+language for kubernetes, but can be applied to almost anything. Files with
+the following extensions are recognized as rego files: .rego.
+
+
RESTRUCTURED TEXT *rst.vim* *ft-rst-syntax*
Syntax highlighting is enabled for code blocks within the document for a