mirror of https://github.com/helix-editor/helix
languages: detect `~/.gem/credentials` as yaml (#13843)
parent
c3c4895179
commit
b9f980f567
|
@ -1424,6 +1424,7 @@ file-types = [
|
|||
{ glob = ".clangd" },
|
||||
{ glob = ".clang-format" },
|
||||
{ glob = ".clang-tidy" },
|
||||
{ glob = ".gem/credentials" },
|
||||
"sublime-syntax"
|
||||
]
|
||||
comment-token = "#"
|
||||
|
|
Loading…
Reference in New Issue