Add .editorconfig highlighting as INI (#8308)

This commit is contained in:
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

View File

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