mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
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:
@@ -598,6 +598,7 @@ local extension = {
|
||||
sl = "slang",
|
||||
ice = "slice",
|
||||
score = "slrnsc",
|
||||
sol = "solidity",
|
||||
tpl = "smarty",
|
||||
ihlp = "smcl",
|
||||
smcl = "smcl",
|
||||
|
||||
Reference in New Issue
Block a user