aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-01-22 09:08:33 -0500
committerGitHub <noreply@github.com>2023-01-22 22:08:33 +0800
commit80bede1dfc6c2fcd5ec013045585802bb18d9fc9 (patch)
treed54117def5b53df8e4d5cdca3c351e681cdabc1a /runtime/lua/vim
parent2ef913468b23262f35ea925b3adb10df42396b8c (diff)
downloadrneovim-80bede1dfc6c2fcd5ec013045585802bb18d9fc9.tar.gz
rneovim-80bede1dfc6c2fcd5ec013045585802bb18d9fc9.tar.bz2
rneovim-80bede1dfc6c2fcd5ec013045585802bb18d9fc9.zip
vim-patch:9.0.1229: Cap'n Proto files are not recognized (#21950)
Problem: Cap'n Proto files are not recognized. Solution: Add a pattern and the "capnp" filetype. (Amaan Qureshi, closes vim/vim#11862) https://github.com/vim/vim/commit/040e795e8da05ff38cc896528d4dcad100f0b584
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index b73519f1be..34815f89ca 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -190,6 +190,7 @@ local extension = {
BUILD = 'bzl',
qc = 'c',
cabal = 'cabal',
+ capnp = 'capnp',
cdl = 'cdl',
toc = 'cdrtoc',
cfc = 'cf',