plugins/efmls-configs: Avoid spaces in language names (#563)

This commit is contained in:
traxys 2023-08-28 18:27:03 +02:00 committed by GitHub
parent 33cffcb0fd
commit e704db3064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View file

@ -12,10 +12,10 @@
],
"beautysh": [
"sh",
" bash",
" zsh",
" csh",
" ksh"
"bash",
"zsh",
"csh",
"ksh"
],
"black": [
"python"