asm-lsp icon indicating copy to clipboard operation
asm-lsp copied to clipboard

[feature] Enable asm-lsp to format the assembly file code

Open Freed-Wu opened this issue 2 years ago • 2 comments

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.

Freed-Wu avatar Dec 19 '23 16:12 Freed-Wu

This sounds like a great idea! I'll look into what needs to be done for this to be implemented soon :)

WillLillis avatar Dec 19 '23 17:12 WillLillis

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.

WillLillis avatar Aug 17 '24 17:08 WillLillis