-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added XMLLint capability for XML #93
base: master
Are you sure you want to change the base?
Conversation
A basic test like https://github.com/google/vim-codefmt/blob/master/vroom/dartfmt.vroom would be very much appreciated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add it to the lists in the README and in autoload/codefmt.vim / generated help file?
Re tests, the quickfix logic is involved enough it should have at least one quick bit of vroom coverage, but if you wanted to pull that out for now and just let it print an error message, I'd be fine with adding the test file myself as a follow-up change so it's more convenient for you to get something merged.
let l:formatter = { | ||
\ 'name': 'xmllint', | ||
\ 'setup_instructions': 'Install xmllint. ' . | ||
\ '(man xmllint).'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"man xmllint" isn't too helpful as installation instructions. It'd only do anything if xmllint were already installed. Could you point to a website with info about how to install on various platforms?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Redacted and reported. Looks like phishing attempt.)
Signed-off-by: Ari Archer <[email protected]>
Signed-off-by: Ari Archer <[email protected]>
Second attempt to push XML rebased to ensure no original email