diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 22:41:44 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:32 -0400 |
commit | 841bc219d27a37131cee8b4f36bffbbbda860d9f (patch) | |
tree | cf8150553f1b7368bd54beeb103685f503ef4778 /runtime/doc/syntax.txt | |
parent | 8aa817bbb3e996e4247b0e1a2288b5f2acfc8299 (diff) | |
download | rneovim-841bc219d27a37131cee8b4f36bffbbbda860d9f.tar.gz rneovim-841bc219d27a37131cee8b4f36bffbbbda860d9f.tar.bz2 rneovim-841bc219d27a37131cee8b4f36bffbbbda860d9f.zip |
vim-patch:95a9dd1efc5a
Update runtime files.
https://github.com/vim/vim/commit/95a9dd1efc5ae3221865f4970053a5708557e682
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index c1329e7fdc..d1fcabf9d4 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -2729,6 +2729,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 |