Add `.editorconfig` highlighting as INI (#8308)

pull/8315/head
Yoav Lavi 2023-09-16 23:31:19 +03:00 committed by GitHub
parent 37e48f4307
commit 8b076e3851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2290,7 +2290,8 @@ file-types = [
"container",
"volume",
"kube",
"network"
"network",
".editorconfig"
]
injection-regex = "ini"
comment-token = "#"