Skip to content

Commit

Permalink
feat: add xmlformat mappings (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
zspher authored Jan 9, 2024
1 parent 4ca4c9c commit 558de43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/mason-null-ls/mappings/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ local null_ls_to_package = {
['ansiblelint'] = 'ansible-lint',
['deno_fmt'] = 'deno',
['ruff_format'] = 'ruff',
['xmlformat'] = 'xmlformatter',
}

local package_to_null_ls = _.invert(null_ls_to_package)
Expand Down

0 comments on commit 558de43

Please sign in to comment.