Add Avro schema file support (#9113)

This commit is contained in:
Lucas Wagler 2023-12-18 20:05:58 -05:00 committed by GitHub
parent 0a83d85124
commit 970f9e6333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,7 +346,8 @@ file-types = [
"jsonld",
".vuerc",
"composer.lock",
".watchmanconfig"
".watchmanconfig",
"avsc"
]
language-servers = [ "vscode-json-language-server" ]
auto-format = true