mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Add Avro schema file support (#9113)
This commit is contained in:
parent
0a83d85124
commit
970f9e6333
1 changed files with 2 additions and 1 deletions
|
@ -346,7 +346,8 @@ file-types = [
|
||||||
"jsonld",
|
"jsonld",
|
||||||
".vuerc",
|
".vuerc",
|
||||||
"composer.lock",
|
"composer.lock",
|
||||||
".watchmanconfig"
|
".watchmanconfig",
|
||||||
|
"avsc"
|
||||||
]
|
]
|
||||||
language-servers = [ "vscode-json-language-server" ]
|
language-servers = [ "vscode-json-language-server" ]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue