mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-19 05:24:22 +00:00
languages/asm: filetypes: asm8300 -> asmh8300
https://github.com/neovim/neovim/blob/master/runtime/syntax/asmh8300.vim `:checkhealth` output: ``` - ⚠️ WARNING Unknown filetype 'asm8300' (Hint: filename extension != filetype). ```
This commit is contained in:
parent
0f7a1ff6ec
commit
f8535c8c72
2 changed files with 2 additions and 1 deletions
|
|
@ -476,6 +476,7 @@ https://github.com/gorbit99/codewindow.nvim
|
|||
- Add Arduino support with [arduino-language-server].
|
||||
- Add GLSL support with [glsl_analyzer].
|
||||
- Update fidget-nvim setupOpts and fix NvimTree issue.
|
||||
- Fix asm-lsp's filetypes (`asm8300` -> `asmh8300`).
|
||||
|
||||
[itscrystalline](https://github.com/itscrystalline):
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ in {
|
|||
vim.lsp = {
|
||||
presets = genAttrs cfg.lsp.servers (_: {enable = true;});
|
||||
servers = genAttrs cfg.lsp.servers (_: {
|
||||
filetypes = ["asm" "nasm" "masm" "vmasm" "fasm" "tasm" "tiasm" "asm68k" "asm8300"];
|
||||
filetypes = ["asm" "nasm" "masm" "vmasm" "fasm" "tasm" "tiasm" "asm68k" "asmh8300"];
|
||||
});
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue