plugin/efmls-configs: Map languages to filetypes (#564)

This commit is contained in:
traxys 2023-08-28 23:44:42 +02:00 committed by GitHub
parent e704db3064
commit 6c656c14d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 74 additions and 17 deletions

View file

@ -5,7 +5,7 @@
],
"astyle": [
"c",
"c++"
"cpp"
],
"autopep8": [
"python"
@ -25,11 +25,11 @@
],
"clang_format": [
"c",
"c++"
"cpp"
],
"clang_tidy": [
"c",
"c++"
"cpp"
],
"dartfmt": [
"dart"
@ -38,7 +38,7 @@
"d"
],
"dotnet_format": [
"c#"
"cs"
],
"dprint": [
"javascript",
@ -153,16 +153,16 @@
"lua"
],
"terraform_fmt": [
"terraform"
"tf"
],
"uncrustify": [
"c",
"c++",
"c#",
"cpp",
"cs",
"d",
"java",
"objective-c",
"objective-c++",
"objc",
"objcpp",
"pawn",
"vala"
],
@ -192,21 +192,21 @@
],
"clang_tidy": [
"c",
"c++"
"cpp"
],
"clazy": [
"c++"
"cpp"
],
"clj_kondo": [
"clojure"
],
"cppcheck": [
"c",
"c++"
"cpp"
],
"cpplint": [
"c",
"c++"
"cpp"
],
"dartanalyzer": [
"dart"
@ -245,7 +245,7 @@
],
"gcc": [
"c",
"c++"
"cpp"
],
"gitlint": [
"gitcommit"
@ -260,7 +260,7 @@
"go"
],
"hadolint": [
"docker"
"dockerfile"
],
"joker": [
"clojure"
@ -278,7 +278,7 @@
"lua"
],
"mcs": [
"c#"
"cs"
],
"mypy": [
"python"