aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/filetype.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 51f5e1c..819a246 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -69,6 +69,10 @@ vis.ftdetect.filetypes = {
ext = { "%.cpp$", "%.cxx$", "%.c++$", "%.cc$", "%.hh$", "%.hpp$", "%.hxx$", "%.h++$" },
mime = { "text/x-c++" },
},
+ crontab = {
+ ext = { "^crontab.*$" },
+ cmd = { "set savemethod inplace" },
+ },
crystal = {
ext = { "%.cr$" },
},