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)
97b231541d
This commit is contained in:
Christian Clason
2022-02-18 17:08:43 +01:00
committed by GitHub
parent 5064ff126d
commit 36362ef0ae
3 changed files with 5 additions and 0 deletions

View File

@@ -598,6 +598,7 @@ local extension = {
sl = "slang",
ice = "slice",
score = "slrnsc",
sol = "solidity",
tpl = "smarty",
ihlp = "smcl",
smcl = "smcl",