asm-lsp
asm-lsp copied to clipboard
[feature] Enable asm-lsp to format the assembly file code
Format code: unindent any label and indent any code which is not label. Although it is very simple, I think it should work for most situations. Just like vim-asm-indent.
This sounds like a great idea! I'll look into what needs to be done for this to be implemented soon :)
Labeling this as an upstream issue for now, as we need a more exact tree-sitter grammar (or other non-tree-sitter, equivalent tooling) to provide reliable formatting capabilities.