aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-02-18 17:08:43 +0100
committerGitHub <noreply@github.com>2022-02-18 17:08:43 +0100
commit36362ef0aed92e726d967d30e3c6cd87c65642b3 (patch)
treecc7f42e4ce8fe002bbe6b6bc9940222d20b65569 /runtime/lua/vim
parent5064ff126dcd3ef2924c6c5aeebda64fc43fc5ea (diff)
downloadrneovim-36362ef0aed92e726d967d30e3c6cd87c65642b3.tar.gz
rneovim-36362ef0aed92e726d967d30e3c6cd87c65642b3.tar.bz2
rneovim-36362ef0aed92e726d967d30e3c6cd87c65642b3.zip
vim-patch:8.2.4414: solidity files are not recognized (#17451)
Problem: Solidity files are not recognized. Solution: Add the *.sol pattern. (Dundar Goc, closes vim/vim#9792) https://github.com/vim/vim/commit/97b231541d4e82fbc85e51121448d95bd43c50ad
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 399e1c7f60..c6bcdd965c 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -598,6 +598,7 @@ local extension = {
sl = "slang",
ice = "slice",
score = "slrnsc",
+ sol = "solidity",
tpl = "smarty",
ihlp = "smcl",
smcl = "smcl",