Skip to content

Commit

Permalink
Use sh file type for Cartfie
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Sep 11, 2024
1 parent d8167d1 commit 0759eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/config_dirs/nvim/lua/user/core/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ vim.filetype.add({
[".env"] = "sh",
[".envrc"] = "sh",
["swiftformat"] = "sh",
["Cartfile"] = "sh",
[".yamlfmt"] = "yaml",
},
pattern = {
Expand Down

0 comments on commit 0759eeb

Please sign in to comment.