Skip to content
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

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

Open
Freed-Wu opened this issue Dec 19, 2023 · 2 comments
Open

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

Freed-Wu opened this issue Dec 19, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed unplanned No definite timeline yet upstream Issue depends on something upstream

Comments

@Freed-Wu
Copy link

Freed-Wu commented Dec 19, 2023

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.

@WillLillis WillLillis added the enhancement New feature or request label Dec 19, 2023
@WillLillis
Copy link
Collaborator

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

@bergercookie bergercookie changed the title [feature] Format code [feature] Enable asm-lsp to format the assembly file code Dec 20, 2023
@WillLillis
Copy link
Collaborator

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 WillLillis added upstream Issue depends on something upstream help wanted Extra attention is needed labels Aug 17, 2024
@WillLillis WillLillis added the unplanned No definite timeline yet label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed unplanned No definite timeline yet upstream Issue depends on something upstream
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants