-
Notifications
You must be signed in to change notification settings - Fork 205
feat: add icons for Assembly files (*.S and *.asm) #530
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
Conversation
oh, my bad. (fixed) I'm not sure myself which one to use so I put them both. Which one would it be, then 'ASM' or the 'chip' one? P.S. what about local filetypes = {} but I checked other commits, nobody seems to do that. |
Not sure how much changes between different architectures, personally I immediately thought of micrcontrollers.
Not all types of files have a defined "filetype" on neovim, but yeah should be checked. In this case seems to be a |
both P.S. The |
You need to change the "S" to lowercase. Also add Regarding other filetypes I made a PR #531 to fix the other ones. |
isn't it supposed to be uppercase? Here for example https://github.com/torvalds/linux/blob/master/arch/x86/boot/copy.S I thought it's a weird |
Yes, it should be uppercase but it wasn't working that way, now it works. |
No description provided.