vim-patch:8.2.4721: cooklang files are not recognized (#18058)

Problem:    Cooklang files are not recognized.
Solution:   recognize *.cook files. (Goc Dundar, closes vim/vim#10120)
36951ed1da
This commit is contained in:
Christian Clason
2022-04-09 17:43:33 +02:00
committed by GitHub
parent 3280dc2b60
commit 61bd5426f4
3 changed files with 5 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ local extension = {
clj = "clojure",
cljc = "clojure",
cljs = "clojure",
cook = "cook",
cmake = "cmake",
cmod = "cmod",
lib = "cobol",