aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-12-20 00:31:56 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-12-20 08:14:54 -0500
commita115f2314387706242ce5b9e5b2d7090a902d9cb (patch)
treefab49208afdef97f634baf9cdfcd2b762784f6df /runtime
parentc147806e23d0ade781b8a298924150fe8d5887ad (diff)
downloadrneovim-a115f2314387706242ce5b9e5b2d7090a902d9cb.tar.gz
rneovim-a115f2314387706242ce5b9e5b2d7090a902d9cb.tar.bz2
rneovim-a115f2314387706242ce5b9e5b2d7090a902d9cb.zip
vim-patch:8.2.0024: filetype Rego not recognized
Problem: Filetype Rego not recognized. Solution: Add *.rego. (Matt Dunford, closes vim/vim#5376) https://github.com/vim/vim/commit/a4ce82fe2e990eb9eaabf6ad400e2a74cce50ce6
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index e27d234a96..e66630259e 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1299,6 +1299,9 @@ au BufNewFile,BufRead *.reg
" Renderman Interface Bytestream
au BufNewFile,BufRead *.rib setf rib
+" Rego Policy Language
+au BufNewFile,BufRead *.rego setf rego
+
" Rexx
au BufNewFile,BufRead *.rex,*.orx,*.rxo,*.rxj,*.jrexx,*.rexxj,*.rexx,*.testGroup,*.testUnit setf rexx