Skip to content

Commit af74a61

Browse files
authored
feat(languages): detect more vim file-types (#14365)
1 parent cfb5158 commit af74a61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

languages.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4496,6 +4496,8 @@ indent = { tab-width = 4, unit = "\t" }
44964496
file-types = [
44974497
"vim",
44984498
{ glob = ".vimrc" },
4499+
{ glob = ".nvimrc" },
4500+
{ glob = ".exrc" }
44994501
]
45004502

45014503
[[language]]

0 commit comments

Comments
 (0)