mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
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:
@@ -95,6 +95,7 @@ local extension = {
|
||||
clj = "clojure",
|
||||
cljc = "clojure",
|
||||
cljs = "clojure",
|
||||
cook = "cook",
|
||||
cmake = "cmake",
|
||||
cmod = "cmod",
|
||||
lib = "cobol",
|
||||
|
||||
Reference in New Issue
Block a user