mirror of https://github.com/helix-editor/helix
Add `.editorconfig` highlighting as INI (#8308)
parent
37e48f4307
commit
8b076e3851
|
@ -2290,7 +2290,8 @@ file-types = [
|
||||||
"container",
|
"container",
|
||||||
"volume",
|
"volume",
|
||||||
"kube",
|
"kube",
|
||||||
"network"
|
"network",
|
||||||
|
".editorconfig"
|
||||||
]
|
]
|
||||||
injection-regex = "ini"
|
injection-regex = "ini"
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
|
|
Loading…
Reference in New Issue