summaryrefslogtreecommitdiff
path: root/ale_linters/jsonc/biome.vim
blob: 5a691093dfa613fd19e8b6622bf649b998e705fb (plain)
1
2
3
4
5
6
7
8
9
10
" Description: biome for jsonc files

call ale#linter#Define('jsonc', {
\   'name': 'biome',
\   'lsp': 'stdio',
\   'language': function('ale#handlers#biome#GetLanguage'),
\   'executable': function('ale#handlers#biome#GetExecutable'),
\   'command': '%e lsp-proxy',
\   'project_root': function('ale#handlers#biome#GetProjectRoot'),
\})